Bookmark strange condition
This commit is contained in:
3
sql.php3
3
sql.php3
@@ -146,7 +146,8 @@ else {
|
|||||||
|
|
||||||
// Bookmark Support
|
// Bookmark Support
|
||||||
|
|
||||||
if($cfgBookmark['db'] && $cfgBookmark['table'] && $db!=$cfgBookmark['db'] && empty($id_bookmark))
|
// if($cfgBookmark['db'] && $cfgBookmark['table'] && $db!=$cfgBookmark['db'] && empty($id_bookmark))
|
||||||
|
if($cfgBookmark['db'] && $cfgBookmark['table'] && empty($id_bookmark))
|
||||||
{
|
{
|
||||||
echo "<form method=\"post\" action=\"tbl_replace.php3\">\n";
|
echo "<form method=\"post\" action=\"tbl_replace.php3\">\n";
|
||||||
if ($display != 'bkmOnly') {
|
if ($display != 'bkmOnly') {
|
||||||
|
Reference in New Issue
Block a user