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/tour/button.php

    r2 r17  
    3131        for ($i=0; $i < sizeof($menulist); $i++) {
    3232                if($menulist[$i]!="") {
    33                         $tl = ereg_replace("lang-","",$menulist[$i]);
    34                         $tl = ereg_replace(".php","",$tl);
     33                        $tl = preg_replace("lang-","",$menulist[$i]);
     34                        $tl = preg_replace(".php","",$tl);
    3535                        $altlang = ucfirst($tl);
    3636                       
Note: See TracChangeset for help on using the changeset viewer.