Changeset 2600
- Timestamp:
- 12/06/07 13:17:27 (6 years ago)
- Files:
-
- 1 modified
-
lang/php/mumu/trunk/mumu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/php/mumu/trunk/mumu.php
r2599 r2600 135 135 if (ctype_digit($expr)) { 136 136 $current = (strpos($expr, '.') === false) ? intval($expr) : floatval($expr); 137 } elseif (in_array($expr{0}, array("'", '"')) && $expr{0} == $expr{-1}) { 137 } elseif (($expr{0} == "'" || $expr{0} == '"') && 138 $expr{0} == $expr{-1}) { 138 139 $current = substr($expr, 1, strlen($expr) - 2); 139 140 } else {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)