[Pieforms-commit] SF.net SVN: pieforms: [178] pieforms-php5/branches/0.2.0/src/pieform.php
Status: Alpha
Brought to you by:
oracleshinoda
|
From: <ora...@us...> - 2007-02-09 08:38:04
|
Revision: 178
http://svn.sourceforge.net/pieforms/?rev=178&view=rev
Author: oracleshinoda
Date: 2007-02-09 00:38:01 -0800 (Fri, 09 Feb 2007)
Log Message:
-----------
Merged commit 177 from trunk
Modified Paths:
--------------
pieforms-php5/branches/0.2.0/src/pieform.php
Modified: pieforms-php5/branches/0.2.0/src/pieform.php
===================================================================
--- pieforms-php5/branches/0.2.0/src/pieform.php 2007-02-09 07:50:51 UTC (rev 177)
+++ pieforms-php5/branches/0.2.0/src/pieform.php 2007-02-09 08:38:01 UTC (rev 178)
@@ -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.
|