[pLog-svn] r2511 - plog/trunk/class/dao/customfields

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Thu Sep 22 01:25:56 GMT 2005


Author: jondaley
Date: 2005-09-22 01:25:56 +0000 (Thu, 22 Sep 2005)
New Revision: 2511

Modified:
   plog/trunk/class/dao/customfields/customfields.class.php
Log:
field name must have changed or something.

Modified: plog/trunk/class/dao/customfields/customfields.class.php
===================================================================
--- plog/trunk/class/dao/customfields/customfields.class.php	2005-09-22 01:15:29 UTC (rev 2510)
+++ plog/trunk/class/dao/customfields/customfields.class.php	2005-09-22 01:25:56 UTC (rev 2511)
@@ -56,7 +56,7 @@
 			                              $blogId, 
 			                              CACHE_CUSTOMFIELDS_BLOG,
 			                              Array( CACHE_CUSTOMFIELDS => "getId" ),
-										  Array( "name" => "ASC" ));
+										  Array( "field_name" => "ASC" ));
 			if( !$blogFields )
 				return false;
 			foreach( $blogFields as $field ) {
@@ -84,7 +84,7 @@
 			                              $blogId,
 			                              CACHE_CUSTOMFIELDS_BLOG,
 			                              Array( CACHE_CUSTOMFIELDS => "getId" ),
-										  Array( "name" => "ASC" ),
+										  Array( "field_name" => "ASC" ),
 			                              $page, 
 			                              $itemsPerPage );
 			                              




More information about the pLog-svn mailing list