[pLog-svn] r3368 - plog/trunk/class/dao
    mark at devel.lifetype.net 
    mark at devel.lifetype.net
       
    Mon May  8 18:36:51 GMT 2006
    
    
  
Author: mark
Date: 2006-05-08 18:36:50 +0000 (Mon, 08 May 2006)
New Revision: 3368
Modified:
   plog/trunk/class/dao/mylink.class.php
Log:
Wrong primary key.
Modified: plog/trunk/class/dao/mylink.class.php
===================================================================
--- plog/trunk/class/dao/mylink.class.php	2006-05-08 16:30:48 UTC (rev 3367)
+++ plog/trunk/class/dao/mylink.class.php	2006-05-08 18:36:50 UTC (rev 3368)
@@ -45,7 +45,7 @@
             $this->setDate( $date );
 			$this->setProperties( $properties );
 			
-			$this->_pk = "pk";
+			$this->_pk = "id";
 			$this->_fields = Array(
 			   "category_id" => "getCategoryId",
 			   "url" => "getUrl",
    
    
More information about the pLog-svn
mailing list