Changeset 305
- Timestamp:
- 12/29/07 11:15:09 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/globals.php
r303 r305 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 30 3$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 305 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5