fmsystem-commits
[Top][All Lists]
Advanced

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

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


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

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

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

Modified: branches/dev-syncromind-2/bookingfrontend/index.php
===================================================================
--- branches/dev-syncromind-2/bookingfrontend/index.php 2016-05-13 12:05:14 UTC 
(rev 15050)
+++ branches/dev-syncromind-2/bookingfrontend/index.php 2016-05-13 12:05:17 UTC 
(rev 15051)
@@ -108,7 +108,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]