Changeset 5670
- Timestamp:
- 03/29/08 15:58:42 (10 months ago)
- Location:
- trunk/components
- Files:
-
- 2 modified
-
Textcube.Data.Post.php (modified) (1 diff)
-
Textcube.Data.Tag.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/Textcube.Data.Post.php
r5482 r5670 324 324 { 325 325 global $database; 326 if ( $entryTag != null)326 if (empty($entryTag)) 327 327 return array(); 328 328 -
trunk/components/Textcube.Data.Tag.php
r5285 r5670 65 65 global $database; 66 66 67 if ( $taglist != null)67 if (empty($taglist)) 68 68 $taglist = array(); 69 69
