Changeset 2607

Show
Ignore:
Timestamp:
12/06/07 13:17:31 (5 years ago)
Author:
tasuku
Message:

r335@dhcp158 (orig r78): tasuku | 2007-09-17 17:32:20 +0900
iran comment kesu


Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/php/mumu/trunk/mumu.php

    r2606 r2607  
    103103 
    104104// ����/ FIXME�����褦�ˡ� 
    105 // �������嵡���Ȥ�������͡��ѡ����Ѥߤι�           : �����Ȥν����Ǥ���¤�򥷥ꥢ�饤�����롩 
    106105 
    107106class MuUtil { 
     
    441440    $this->counter++; 
    442441    $value = $this->cyclevars[$this->counter % $this->cyclevars_len]; 
    443     if ($this->variable_name) { 
     442    if (isset($this->variable_name)) { 
    444443      $context.set($this->variable_name, $value); 
    445444    }