[Pieforms-commit] SF.net SVN: pieforms: [177] pieforms-php5/trunk/src/pieform.php
Status: Alpha
Brought to you by:
oracleshinoda
From: <ora...@us...> - 2007-02-09 07:50:51
|
Revision: 177 http://svn.sourceforge.net/pieforms/?rev=177&view=rev Author: oracleshinoda Date: 2007-02-08 23:50:51 -0800 (Thu, 08 Feb 2007) Log Message: ----------- Removed call to get_string that is causing problems Modified Paths: -------------- pieforms-php5/trunk/src/pieform.php Modified: pieforms-php5/trunk/src/pieform.php =================================================================== --- pieforms-php5/trunk/src/pieform.php 2007-02-04 23:00:03 UTC (rev 176) +++ pieforms-php5/trunk/src/pieform.php 2007-02-09 07:50:51 UTC (rev 177) @@ -890,8 +890,6 @@ * without the breakage. */ private function submit_js() { - $strprocessingform = get_string('processingform'); - $result = <<<EOF connect($('{$this->name}'), 'onsubmit', function(e) { if (typeof(tinyMCE) != 'undefined') { tinyMCE.triggerSave(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |