- Timestamp:
- 02/06/08 20:18:11 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/globals.php
r318 r322 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 3 18$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 322 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5