Changeset 5670

Show
Ignore:
Timestamp:
03/29/08 15:58:42 (10 months ago)
Author:
coolengineer
Message:
  • #757
  • r4792, r4794에서 일어난 실수 교정
Location:
trunk/components
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/components/Textcube.Data.Post.php

    r5482 r5670  
    324324    { 
    325325        global $database; 
    326         if ($entryTag != null) 
     326        if (empty($entryTag)) 
    327327            return array(); 
    328328         
  • trunk/components/Textcube.Data.Tag.php

    r5285 r5670  
    6565        global $database; 
    6666         
    67         if ($taglist != null) 
     67        if (empty($taglist)) 
    6868            $taglist = array(); 
    6969