[pLog-svn] r6549 - plog/branches/lifetype-1.2/class/action/admin
jondaley at devel.lifetype.net
jondaley at devel.lifetype.net
Sat Jun 14 15:24:44 EDT 2008
Author: jondaley
Date: 2008-06-14 15:24:43 -0400 (Sat, 14 Jun 2008)
New Revision: 6549
Modified:
plog/branches/lifetype-1.2/class/action/admin/adminupdateblogsettingsaction.class.php
Log:
removed old comment
Modified: plog/branches/lifetype-1.2/class/action/admin/adminupdateblogsettingsaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/adminupdateblogsettingsaction.class.php 2008-06-14 19:24:13 UTC (rev 6548)
+++ plog/branches/lifetype-1.2/class/action/admin/adminupdateblogsettingsaction.class.php 2008-06-14 19:24:43 UTC (rev 6549)
@@ -40,7 +40,6 @@
$this->registerFieldValidator( "blogTemplate", new StringValidator());
$this->registerFieldValidator( "blogCategory", new IntegerValidator());
$this->registerFieldValidator( "blogArticlesOrder", new IntegerValidator());
- // TODO: validate all of these
$this->registerFieldValidator( "blogAbout", new StringValidator(), true );
$this->registerFieldValidator( "blogShowMoreEnabled", new IntegerValidator(), true );
$this->registerFieldValidator( "blogEnableHtmlarea", new IntegerValidator(), true );
More information about the pLog-svn
mailing list