[Pieforms-commit] SF.net SVN: pieforms: [243] pieforms-php5/trunk/src/pieform.php
Status: Alpha
Brought to you by:
oracleshinoda
From: <ora...@us...> - 2007-12-28 03:50:35
|
Revision: 243 http://pieforms.svn.sourceforge.net/pieforms/?rev=243&view=rev Author: oracleshinoda Date: 2007-12-27 19:50:40 -0800 (Thu, 27 Dec 2007) Log Message: ----------- Added fold markers for the pieform() function. In reality, I'm just checking to see if my author's map will work. Modified Paths: -------------- pieforms-php5/trunk/src/pieform.php Modified: pieforms-php5/trunk/src/pieform.php =================================================================== --- pieforms-php5/trunk/src/pieform.php 2007-12-28 00:32:52 UTC (rev 242) +++ pieforms-php5/trunk/src/pieform.php 2007-12-28 03:50:40 UTC (rev 243) @@ -68,7 +68,7 @@ * more information on creating and using forms. * */ -function pieform($data) { +function pieform($data) { // {{{ return Pieform::process($data); // // @todo stuff to do for forms: @@ -83,7 +83,7 @@ // - handle multipage forms? // - handle a tabbed interface type of form? // -} +} // }}} if (!function_exists('json_encode')) { require_once 'JSON/JSON.php'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |