patch #1605032, undefined index
This commit is contained in:
4
sql.php
4
sql.php
@@ -745,9 +745,9 @@ else {
|
||||
}
|
||||
} // End INDEX CHECK
|
||||
|
||||
// Bookmark Support if required
|
||||
// Bookmark support if required
|
||||
if ($disp_mode[7] == '1'
|
||||
&& (isset($cfg['Bookmark']) && $cfg['Bookmark']['db'] && $cfg['Bookmark']['table'] && empty($id_bookmark))
|
||||
&& (isset($cfg['Bookmark']) && ! empty($cfg['Bookmark']['db']) && ! empty($cfg['Bookmark']['table']) && empty($id_bookmark))
|
||||
&& !empty($sql_query)) {
|
||||
echo "\n";
|
||||
|
||||
|
Reference in New Issue
Block a user