- Timestamp:
- 12/06/07 13:16:58 (6 years ago)
- Files:
-
- 1 modified
-
lang/php/mumu/trunk/GunyaTemplate.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/php/mumu/trunk/GunyaTemplate.php
r2540 r2541 488 488 return FALSE; 489 489 } 490 $this->extends = $in[1]; 490 if (count($in) != 2) { 491 $this->errorStr = 'extends�Υѥ�������ꤷ�Ƥ������'; 492 return FALSE; 493 } 494 $param = explode('"', $in[1]); 495 if (count($param) != 3) { 496 // Django��ѿ�K����ɤ� $this->errorStr = 'extends�Υѥ������ϥե������ΤߤǤ�'; 497 return FALSE; 498 } 499 $this->extends = $param[1]; 491 500 $spos = $lpos + 2; 492 501 break; … … 641 650 } 642 651 } 643 644 class GunyaTemplate {645 }646 652 ?>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)