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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Mar 5 23:32:25 GMT 2006


Author: oscar
Date: 2006-03-05 23:32:25 +0000 (Sun, 05 Mar 2006)
New Revision: 3032

Modified:
   plog/trunk/class/dao/referers.class.php
Log:
fixed one notice message


Modified: plog/trunk/class/dao/referers.class.php
===================================================================
--- plog/trunk/class/dao/referers.class.php	2006-03-05 23:28:19 UTC (rev 3031)
+++ plog/trunk/class/dao/referers.class.php	2006-03-05 23:32:25 UTC (rev 3032)
@@ -117,6 +117,7 @@
         	$query = "SELECT * FROM ".$this->getPrefix()."referers";
 			
 			$conds = false;
+			$where = "";
 			if( $blogId > 0 ) {
 				$where .= " blog_id = '".Db::qstr($blogId)."'";
 				$conds = true;



More information about the pLog-svn mailing list