Changeset 5671
- Timestamp:
- 03/29/08 23:58:30 (2 years ago)
- Location:
- branches/1.6/components
- Files:
-
- 2 modified
-
Textcube.Data.Post.php (modified) (1 diff)
-
Textcube.Data.Tag.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.6/components/Textcube.Data.Post.php
r5482 r5671 324 324 { 325 325 global $database; 326 if ( $entryTag != null)326 if (empty($entryTag)) 327 327 return array(); 328 328 -
branches/1.6/components/Textcube.Data.Tag.php
r5285 r5671 65 65 global $database; 66 66 67 if ( $taglist != null)67 if (empty($taglist)) 68 68 $taglist = array(); 69 69
