Changeset 286 for dev/common/includes/globals.php
- Timestamp:
- 12/13/07 13:07:27 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/globals.php
r283 r286 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 28 3$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 286 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5