Changeset 77 for dev/common/globals.php
- Timestamp:
- 11/20/06 22:37:01 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/globals.php
r76 r77 1 1 <?php 2 2 // current subversion revision: 3 preg_match('/\$Re vision$match);3 preg_match('/\$Re'.'vision: (.*?) \$', '$Revision$', $match); 4 4 define('SVN_REV', $match[1]); 5 5