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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Mar 3 20:48:28 GMT 2006


Author: oscar
Date: 2006-03-03 20:48:28 +0000 (Fri, 03 Mar 2006)
New Revision: 3011

Modified:
   plog/trunk/class/dao/usercomment.class.php
Log:
fixed a parser notice


Modified: plog/trunk/class/dao/usercomment.class.php
===================================================================
--- plog/trunk/class/dao/usercomment.class.php	2006-03-03 20:48:10 UTC (rev 3010)
+++ plog/trunk/class/dao/usercomment.class.php	2006-03-03 20:48:28 UTC (rev 3011)
@@ -32,6 +32,7 @@
 		var $_type;
 		var $_normalizedText;
 		var $_normalizedTopic;
+		var $_article;
 
         /**
          * Creates a new user comment.



More information about the pLog-svn mailing list