Project

General

Profile

Bug #18434 ยป 0007843.diff

Administrator Admin, 2008-03-12 23:45

View differences:

t3lib/class.t3lib_div.php (working copy)
$ip = array_pop($ip);
break;
case 'first':
$ip = array_unshift($ip);
$ip = array_shift($ip);
break;
case 'none':
default:
......
$host = array_pop($host);
break;
case 'first':
$host = array_unshift($host);
$host = array_shift($host);
break;
case 'none':
default:
    (1-1/1)