[pLog-svn] r525 - plog/trunk/class/dao
oscar at devel.plogworld.net
oscar at devel.plogworld.net
Fri Dec 17 15:35:29 GMT 2004
Author: oscar
Date: 2004-12-17 15:35:29 +0000 (Fri, 17 Dec 2004)
New Revision: 525
Modified:
plog/trunk/class/dao/articles.class.php
Log:
fixed a typo
Modified: plog/trunk/class/dao/articles.class.php
===================================================================
--- plog/trunk/class/dao/articles.class.php 2004-12-17 15:28:05 UTC (rev 524)
+++ plog/trunk/class/dao/articles.class.php 2004-12-17 15:35:29 UTC (rev 525)
@@ -911,7 +911,7 @@
{
$query = "DELETE FROM ".$this->getPrefix()." WHERE article_id = '".Db::qstr($articleId)."'";
- return( $this-Execute( $query ));
+ return( $this->Execute( $query ));
}
/**
More information about the pLog-svn
mailing list