Changeset 25171 for lang/php/GohanLog

Show
Ignore:
Timestamp:
11/28/08 04:49:50 (6 weeks ago)
Author:
kunitada
Message:

retab

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/php/GohanLog/trunk/app/controllers/gohans_controller.php

    r12320 r25171  
    44{ 
    55    var $name = 'Gohans'; 
    6         var $components = array('Pager','Openid'); 
    7         var $helpers = array('Html','Form'); 
     6    var $components = array('Pager','Openid'); 
     7    var $helpers = array('Html','Form'); 
    88    var $uses = array('Tag','Gohan','Master_tag'); 
    99     
     
    217217    { 
    218218        if  (!$this->Mail->isMail()) { 
    219                 exit; 
     219            exit; 
    220220        } 
    221221         
     
    231231 
    232232        if($to_address !== $valid_mail_address){ 
    233                 exit; 
    234         } 
    235             foreach ($images as $image) { 
    236                 $path = $this->Gohan->save_img($image['bin']); 
    237                 $this->Gohan->add_gohan($path); 
    238             } 
     233            exit; 
     234        } 
     235        foreach ($images as $image) { 
     236            $path = $this->Gohan->save_img($image['bin']); 
     237            $this->Gohan->add_gohan($path); 
     238        } 
    239239    } 
    240240