fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15040] Syncromind: Merge 14936:15027 from trunk


From: sigurdne
Subject: [Fmsystem-commits] [15040] Syncromind: Merge 14936:15027 from trunk
Date: Fri, 13 May 2016 12:04:46 +0000 (UTC)

Revision: 15040
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15040
Author:   sigurdne
Date:     2016-05-13 12:04:46 +0000 (Fri, 13 May 2016)
Log Message:
-----------
Syncromind: Merge 14936:15027 from trunk

Modified Paths:
--------------
    branches/dev-syncromind-2/activitycalendarfrontend/index.php

Modified: branches/dev-syncromind-2/activitycalendarfrontend/index.php
===================================================================
--- branches/dev-syncromind-2/activitycalendarfrontend/index.php        
2016-05-13 12:04:43 UTC (rev 15039)
+++ branches/dev-syncromind-2/activitycalendarfrontend/index.php        
2016-05-13 12:04:46 UTC (rev 15040)
@@ -78,7 +78,7 @@
        /*       * ******* Optional classes, which can be disabled for 
performance increases ******** */
        while ($phpgw_class_name = each($GLOBALS['phpgw_info']['flags']))
        {
-               if (ereg('enable_', $phpgw_class_name[0]))
+               if (preg_match('/enable_/', $phpgw_class_name[0]))
                {
                        $enable_class = str_replace('enable_', '', 
$phpgw_class_name[0]);
                        $enable_class = str_replace('_class', '', 
$enable_class);




reply via email to

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