Changeset 232
- Timestamp:
- 08/30/07 08:39:12 (15 years ago)
- Location:
- dev
- Files:
-
- 3 added
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/class.parser.php
r228 r232 388 388 389 389 $qtypos = strpos($destroyed[$i], ", Qty: "); 390 $locpos = str pos($destroyed[$i], "(");390 $locpos = strrpos($destroyed[$i], "("); 391 391 392 392 if ($container && $locpos != false) -
dev/common/includes/globals.php
r231 r232 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 23 1$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 232 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5