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)
{
_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs