Changeset 2606
- Timestamp:
- 12/06/07 13:17:30 (5 years ago)
- Files:
-
- 1 modified
-
lang/php/mumu/trunk/mumu.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/php/mumu/trunk/mumu.php
r2605 r2606 151 151 // �ɥå��������������� 152 152 function resolve($expr) { 153 // TODO: �����Υ���å���plode�äƥѡ������˻�ˤ��Ƥ������館�����㤦�� 153 154 if (is_numeric($expr)) { 154 155 $current = (strpos($expr, '.') === false) ? intval($expr) : floatval($expr); … … 513 514 $values = array($value); 514 515 } 516 if ($this->reversed) { 517 $values = array_reverse($values); 518 } 515 519 $len_values = count($values); 516 // FIXME: $this->reversed517 520 $rnodelist = array(); 518 521 for ($i = 0; $i < $len_values; $i++) { … … 1209 1212 if (count($in) == 5) { 1210 1213 if ($in[4] == 'reversed') { 1211 $reversed = True;1214 $reversed = true; 1212 1215 } else { 1213 1216 return $this->make_errornode('invalidparam_for_tag');
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)