[Pieforms-commit] SF.net SVN: pieforms: [247] pieforms-php5/trunk/src/pieform.php
Status: Alpha
Brought to you by:
oracleshinoda
From: <ora...@us...> - 2007-12-28 04:48:32
|
Revision: 247 http://pieforms.svn.sourceforge.net/pieforms/?rev=247&view=rev Author: oracleshinoda Date: 2007-12-27 20:48:37 -0800 (Thu, 27 Dec 2007) Log Message: ----------- Added more foldmarkers, testing more git stuff. Modified Paths: -------------- pieforms-php5/trunk/src/pieform.php Modified: pieforms-php5/trunk/src/pieform.php =================================================================== --- pieforms-php5/trunk/src/pieform.php 2007-12-28 04:23:58 UTC (rev 246) +++ pieforms-php5/trunk/src/pieform.php 2007-12-28 04:48:37 UTC (rev 247) @@ -174,7 +174,7 @@ * * @param array $data The form description hash */ - public function __construct($data) { + public function __construct($data) { // {{{ $GLOBALS['_PIEFORM_REGISTRY'][] = $this; if (!isset($data['name']) || !preg_match('/^[a-z_][a-z0-9_]*$/', $data['name'])) { @@ -601,7 +601,7 @@ $this->json_reply(PIEFORM_ERR, array('message' => $message, 'errors' => $json)); } } - } + } // }}} /** * Returns a generic property. This can be used to retrieve any property This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |