[Pieforms-commit] SF.net SVN: pieforms: [133] pieforms-php5/trunk/src/pieform.php
Status: Alpha
Brought to you by:
oracleshinoda
From: <ora...@us...> - 2006-12-23 05:13:18
|
Revision: 133 http://svn.sourceforge.net/pieforms/?rev=133&view=rev Author: oracleshinoda Date: 2006-12-22 21:13:18 -0800 (Fri, 22 Dec 2006) Log Message: ----------- Removed mahara-isms that would have prevented anyone else from using it from svnhead Modified Paths: -------------- pieforms-php5/trunk/src/pieform.php Modified: pieforms-php5/trunk/src/pieform.php =================================================================== --- pieforms-php5/trunk/src/pieform.php 2006-12-23 05:10:44 UTC (rev 132) +++ pieforms-php5/trunk/src/pieform.php 2006-12-23 05:13:18 UTC (rev 133) @@ -674,7 +674,6 @@ private function get_submitted_values() { $result = array(); $global = ($this->data['method'] == 'get') ? $_GET : $_POST; - log_debug($global); foreach ($this->get_elements() as $element) { if ($element['type'] != 'markup') { if ( @@ -842,7 +841,6 @@ $data['errors'] = $errors; } $result = json_encode($data); - log_debug($result); echo <<<EOF <html><head><script type="text/javascript">function sendResult() { parent.pieformHandler_{$this->name}($result); }</script></head><body onload="sendResult(); "></body></html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |