Changeset 337 for dev/common/includes/globals.php
- Timestamp:
- 10/09/08 10:25:56 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/globals.php
r336 r337 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 33 6$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 337 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5