- Timestamp:
- 11/01/08 01:06:48 (14 years ago)
- Location:
- dev
- Files:
-
- 29 added
- 2 removed
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/globals.php
r360 r361 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 36 0$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 361 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5 -
dev/mods/history/history.xml
r360 r361 1 1 <?xml version="1.0" ?> 2 2 <history> 3 <changeset> 4 <rev>361</rev> 5 <author>beans</author> 6 <date>01.11.2008</date> 7 <comment> 8 <type>UPD</type> 9 <text> 10 Updated the admin panel. Should now be more "easy" to use. 11 </text> 12 </comment> 13 </changeset> 3 14 <changeset> 4 15 <rev>360</rev>