[pLog-svn] r2819 - plog/trunk/class/dao

mark at devel.lifetype.net mark at devel.lifetype.net
Thu Jan 19 14:28:03 GMT 2006


Author: mark
Date: 2006-01-19 14:28:03 +0000 (Thu, 19 Jan 2006)
New Revision: 2819

Modified:
   plog/trunk/class/dao/articles.class.php
Log:
Now, the deleteArticle works...

Modified: plog/trunk/class/dao/articles.class.php
===================================================================
--- plog/trunk/class/dao/articles.class.php	2006-01-19 14:08:01 UTC (rev 2818)
+++ plog/trunk/class/dao/articles.class.php	2006-01-19 14:28:03 UTC (rev 2819)
@@ -1031,7 +1031,7 @@
             	return false;
 
             if( $forever ) {
-            	if( !$this->delete( $artId ))
+            	if( !$this->delete( "id", $artId ))
             		return false;
             		
 				// -- text --



More information about the pLog-svn mailing list