fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [9732] property : uicommon: to be replaced


From: Sigurd Nes
Subject: [Fmsystem-commits] [9732] property : uicommon: to be replaced
Date: Wed, 04 Jul 2012 11:38:55 +0000

Revision: 9732
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9732
Author:   sigurdne
Date:     2012-07-04 11:38:54 +0000 (Wed, 04 Jul 2012)
Log Message:
-----------
property : uicommon: to be replaced

Modified Paths:
--------------
    trunk/property/inc/class.uicommon.inc.php

Modified: trunk/property/inc/class.uicommon.inc.php
===================================================================
--- trunk/property/inc/class.uicommon.inc.php   2012-07-04 11:38:17 UTC (rev 
9731)
+++ trunk/property/inc/class.uicommon.inc.php   2012-07-04 11:38:54 UTC (rev 
9732)
@@ -58,17 +58,6 @@
        }
 
        /**
-        * Generates a javascript translator object/hash for the specified 
fields.
-        */
-       function js_lang()
-       {
-               $keys = func_get_args();
-               $strings = array();
-               foreach($keys as $key) { $strings[$key] = is_string($key) ? 
lang($key) : call_user_func_array('lang', $key); }
-               return json_encode($strings);
-       }
-       
-       /**
         * Creates an array of translated strings.
         */
        function lang_array()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]