phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [19103] fix the public scope of lang_notify for prefe


From: Caeies
Subject: [Phpgroupware-cvs] [19103] fix the public scope of lang_notify for preferences of calendar
Date: Wed, 11 Mar 2009 16:03:32 +0000

Revision: 19103
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=19103
Author:   Caeies
Date:     2009-03-11 16:03:31 +0000 (Wed, 11 Mar 2009)
Log Message:
-----------
fix the public scope of lang_notify for preferences of calendar

Modified Paths:
--------------
    core/trunk/phpgwapi/inc/class.preferences.inc.php

Modified: core/trunk/phpgwapi/inc/class.preferences.inc.php
===================================================================
--- core/trunk/phpgwapi/inc/class.preferences.inc.php   2009-03-11 16:01:22 UTC 
(rev 19102)
+++ core/trunk/phpgwapi/inc/class.preferences.inc.php   2009-03-11 16:03:31 UTC 
(rev 19103)
@@ -135,7 +135,8 @@
                 * @param $un_lang if true translate back
                 * @return the result
                 */
-               private function lang_notify($msg,$vals=array(),$un_lang=False)
+               //XXX Caeies 03/09 put this method public since it's used by 
preferences/preferences.php
+               public function lang_notify($msg,$vals=array(),$un_lang=False)
                {
                        foreach($vals as $key => $val)
                        {





reply via email to

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