Changeset 1509


Ignore:
Timestamp:
Jul 28, 2006, 10:01:08 AM (18 years ago)
Author:
nikrou
Message:

Fixed missing $lang and extra code not needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions.inc.php

    r1508 r1509  
    557557 * @return void
    558558 */
    559 function redirect( $url , $msg = '', $refresh_time = 0)
    560 {
    561   global $lang_info;
     559function redirect( $url , $msg = '', $refresh_time = 1000)
     560{
     561  global $lang_info, $lang;
    562562
    563563  if (!isset($lang_info)) {
     
    582582      'LANG'=>$lang_info['code'],
    583583      'DIR'=>$lang_info['direction'],
    584       'CONTENT' => print_r($user,true),
    585       'LANG_INFO' => print_r($lang_info,true)
    586584      )
    587585    );
Note: See TracChangeset for help on using the changeset viewer.