Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec35836

Browse files
committed
print view bookmark form display error corrected
1 parent 5a261ac commit ec35836

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sql.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,9 @@
272272
if (!empty($table) && ($GLOBALS['dbi']->isSystemSchema($db) || !$editable)) {
273273
$disp_mode = 'nnnn110111';
274274
}
275-
275+
if ( isset($_REQUEST['printview']) && $_REQUEST['printview'] == '1') {
276+
$disp_mode = 'nnnn000000';
277+
}
276278

277279
if (isset($_REQUEST['table_maintenance'])) {
278280
$scripts->addFile('makegrid.js');

0 commit comments

Comments
 (0)