[Pieforms-commit] SF.net SVN: pieforms: [257] pieforms-php5/trunk/src/pieform.php
Status: Alpha
Brought to you by:
oracleshinoda
|
From: <ora...@us...> - 2007-12-31 02:01:28
|
Revision: 257
http://pieforms.svn.sourceforge.net/pieforms/?rev=257&view=rev
Author: oracleshinoda
Date: 2007-12-30 18:01:32 -0800 (Sun, 30 Dec 2007)
Log Message:
-----------
Removed a done TODO
Modified Paths:
--------------
pieforms-php5/trunk/src/pieform.php
Modified: pieforms-php5/trunk/src/pieform.php
===================================================================
--- pieforms-php5/trunk/src/pieform.php 2007-12-31 02:01:02 UTC (rev 256)
+++ pieforms-php5/trunk/src/pieform.php 2007-12-31 02:01:32 UTC (rev 257)
@@ -276,7 +276,6 @@
// Set some attributes for all elements
$autofocusadded = false;
foreach ($this->elementrefs as $name => &$element) {
- // @todo re-check ordering of this section
if (count($element) == 0) {
throw new PieformException('An element in form "' . $this->name . '" has no data (' . $name . ')');
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|