Revision: 3985
          http://vexi.svn.sourceforge.net/vexi/?rev=3985&view=rev
Author:   clrg
Date:     2010-12-21 17:30:22 +0000 (Tue, 21 Dec 2010)

Log Message:
-----------
Fix (not ported to .jpp from .java for previous commit)

Modified Paths:
--------------
    trunk/org.vexi-core.main/src/main/jpp/org/vexi/core/Vexi.jpp

Modified: trunk/org.vexi-core.main/src/main/jpp/org/vexi/core/Vexi.jpp
===================================================================
--- trunk/org.vexi-core.main/src/main/jpp/org/vexi/core/Vexi.jpp        
2010-12-21 13:33:27 UTC (rev 3984)
+++ trunk/org.vexi-core.main/src/main/jpp/org/vexi/core/Vexi.jpp        
2010-12-21 17:30:22 UTC (rev 3985)
@@ -738,7 +738,7 @@
             case 2:
                 //#switch(JSU.toString(method))
                 case "regexp": return new JSRegexp(args[0], args[1]);
-                case "net.rpc.xml": return new XMLRPC(Log.rpc, 
JSU.toString(args[0]), "", args[1]);
+                case "net.rpc.xml": return new XMLRPC(Log.rpc, 
JSU.toString(args[0]), "", JSU.toString(args[1]));
                 //#end
                 break;
             case 3:


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to