[pLog-svn] r2491 - plog/trunk/class/gallery/dao

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Sep 19 07:03:36 GMT 2005


Author: oscar
Date: 2005-09-19 07:03:35 +0000 (Mon, 19 Sep 2005)
New Revision: 2491

Modified:
   plog/trunk/class/gallery/dao/galleryalbums.class.php
Log:
small fix


Modified: plog/trunk/class/gallery/dao/galleryalbums.class.php
===================================================================
--- plog/trunk/class/gallery/dao/galleryalbums.class.php	2005-09-19 06:21:36 UTC (rev 2490)
+++ plog/trunk/class/gallery/dao/galleryalbums.class.php	2005-09-19 07:03:35 UTC (rev 2491)
@@ -60,7 +60,7 @@
         	                          $page,
         	                          $itemsPerPage );
         	if( !$albums )
-        		return false;
+        		return Array();
         		
         	$result = Array();
 			if( $onlyShownAlbums ) {




More information about the pLog-svn mailing list