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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri Dec 17 12:13:20 GMT 2004


Author: oscar
Date: 2004-12-17 12:13:20 +0000 (Fri, 17 Dec 2004)
New Revision: 514

Modified:
   plog/trunk/class/dao/blogstatus.class.php
Log:
added the status BLOG_STATUS_UNCONFIRMED in order to identify those blogs that have not been activated yet. We could have used BLOG_STATUS_DISABLED but from a functional point of view, they do not mean exactly the same!!


Modified: plog/trunk/class/dao/blogstatus.class.php
===================================================================
--- plog/trunk/class/dao/blogstatus.class.php	2004-12-17 11:22:05 UTC (rev 513)
+++ plog/trunk/class/dao/blogstatus.class.php	2004-12-17 12:13:20 UTC (rev 514)
@@ -14,6 +14,7 @@
 	define( "BLOG_STATUS_ALL", -1, true ); 
     define( "BLOG_STATUS_ACTIVE", 1, true );
     define( "BLOG_STATUS_DISABLED", 2, true );
+    define( "BLOG_STATUS_UNCONFIRMED", 3, true );
     
     class BlogStatus extends Object
     {




More information about the pLog-svn mailing list