Changeset 160 for trunk/globals


Ignore:
Timestamp:
03/18/2006 06:01:20 PM (6 years ago)
Author:
cirrus
Message:

Bugfix: GMap default map configuration problem
Bugfix: Language function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/globals/functions.php

    r154 r160  
    381381        global $vars, $db, $lang; 
    382382        if ($force) { 
    383                 $tl = $lang; 
     383                $tl = $language; 
    384384        } elseif (get('lang') != '') { 
    385385                $tl = get('lang'); 
Note: See TracChangeset for help on using the changeset viewer.