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