1
0

Setting list_bookmarks argument for showing sort header to false.

This commit is contained in:
Stefan Frech
2008-06-28 09:45:24 +00:00
committed by Jonas Kattendick
parent 7724caf7ff
commit c25d9cbc46

View File

@@ -101,7 +101,7 @@ $order = set_get_order ();
$settings['show_column_move'],
$settings['show_column_delete'],
$settings['show_public'],
true);
false);
}
else {
echo '<div id="content"> No Bookmarks found matching <b>' . $search . '</b>.</div>';