Show
Ignore:
Timestamp:
10/03/08 12:51:34 (3 months ago)
Author:
riaf
Message:

細かい調整とか

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • events/phpframework/rhaco/trunk/library/model/Status.php

    r20573 r20577  
    5353        if(is_null($this->replyUserName) && preg_match('/^@([A-Za-z0-9_-]+)/', $this->comment, $match)){ 
    5454            $this->replyUserName = $match[1]; 
     55            $this->replyUserName = $match[1]; 
    5556            return $match[1]; 
    5657        } else {