Changeset 17 for trunk/client/temi/inc


Ignore:
Timestamp:
Feb 20, 2010, 4:54:34 PM (14 years ago)
Author:
roby
Message:

Sostituite le funzioni del gruppo ereg perché divenute "deprecate" con il php 5.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/temi/inc/button.php

    r2 r17  
    2222        for ($i=0; $i < sizeof($menulist); $i++) {
    2323                if($menulist[$i]!="") {
    24                         $tl = ereg_replace("lang-","",$menulist[$i]);
    25                         $tl = ereg_replace(".php","",$tl);
     24                        $tl = preg_replace("lang-","",$menulist[$i]);
     25                        $tl = preg_replace(".php","",$tl);
    2626                        $altlang = ucfirst($tl);
    2727                       
Note: See TracChangeset for help on using the changeset viewer.