Changeset 1510


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

refresh_time must be 0 by default

fix line too long

File:
1 edited

Legend:

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

    r1509 r1510  
    387387  if ($conf['log'])
    388388  {
    389    if ( ($conf['history_admin'] ) or  ( (! $conf['history_admin'])  and (!is_admin())  ) )
     389   if (($conf['history_admin']) or ((! $conf['history_admin'])
     390       and (!is_admin())))
    390391    {
    391392    $login = ($user['id'] == $conf['guest_id'])
     
    557558 * @return void
    558559 */
    559 function redirect( $url , $msg = '', $refresh_time = 1000)
     560function redirect( $url , $msg = '', $refresh_time = 0)
    560561{
    561562  global $lang_info, $lang;
Note: See TracChangeset for help on using the changeset viewer.