Changeset 295 for dev/common/includes/globals.php
- Timestamp:
- 12/20/07 10:23:57 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/globals.php
r294 r295 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 29 4$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 295 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5