Bug #743956, thanks to Virgile Petit
This commit is contained in:
@@ -10,6 +10,8 @@ $Source$
|
|||||||
the PEAR library and PHP changed the way how referenced variables
|
the PEAR library and PHP changed the way how referenced variables
|
||||||
get accessed, we have to pre-initialize the array and submit that
|
get accessed, we have to pre-initialize the array and submit that
|
||||||
to the PEAR call() funktion.
|
to the PEAR call() funktion.
|
||||||
|
* index.php3: Bug #743856. Fixed trinary operator, thanks to Virgile
|
||||||
|
Petit!
|
||||||
|
|
||||||
2003-05-26 Michal Cihar <nijel@users.sourceforge.net>
|
2003-05-26 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* lang/czech: sorted.
|
* lang/czech: sorted.
|
||||||
|
@@ -98,7 +98,7 @@ if ($cfg['QueryFrame']) {
|
|||||||
|
|
||||||
echo '<frameset cols="' . $cfg['LeftWidth'] . ',*" rows="*">' . "\n";
|
echo '<frameset cols="' . $cfg['LeftWidth'] . ',*" rows="*">' . "\n";
|
||||||
echo ' <frame src="left.php3?' . $url_query . '&hash=' . $phpmain_hash . '" name="nav" frameborder="0" />' . "\n";
|
echo ' <frame src="left.php3?' . $url_query . '&hash=' . $phpmain_hash . '" name="nav" frameborder="0" />' . "\n";
|
||||||
echo ' <frame src="' . (empty($db)) ? 'main.php3' : $cfg['DefaultTabDatabase'] . '?' . $url_query . '" name="phpmain' . $phpmain_hash . '" frameborder="1" />' . "\n";
|
echo ' <frame src="' . (empty($db) ? 'main.php3' : $cfg['DefaultTabDatabase']) . '?' . $url_query . '" name="phpmain' . $phpmain_hash . '" frameborder="1" />' . "\n";
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user