Changeset 546


Ignore:
Timestamp:
Oct 3, 2004, 12:21:45 PM (20 years ago)
Author:
z0rglub
Message:

bug 50 : PHP 5.x incompatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/include/vtemplate.class.php

    r242 r546  
    142142      preg_match_all ($regle,$this->source,$var1);
    143143      // Création du tableau de variable  à partir de la liste parsée.
    144       $this->varlist=@array_merge($var[1],$var1[1]);
     144      $this->varlist=@array_merge((array)$var[1],(array)$var1[1]);
    145145      return 1;
    146146    }
Note: See TracChangeset for help on using the changeset viewer.