Changeset 296
- Timestamp:
- 12/21/07 09:36:35 (15 years ago)
- Location:
- dev
- Files:
-
- 4 added
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/globals.php
r295 r296 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 29 5$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 296 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5