Adjusted order function so that arrow changes direction when changing order
This commit is contained in:
@@ -16,6 +16,8 @@ else {
|
||||
$title = "Shared Online-Bookmarks";
|
||||
}
|
||||
|
||||
$order = set_get_order ();
|
||||
|
||||
?>
|
||||
|
||||
<h1 id="caption"><?php echo $title; ?></h1>
|
||||
@@ -82,7 +84,7 @@ if (isset ($_GET['user']) && check_username ($user)) {
|
||||
AND childof='%d'
|
||||
AND deleted!='1'
|
||||
AND public='1'
|
||||
ORDER BY title",
|
||||
ORDER BY $order[1]",
|
||||
$mysql->escape ($user),
|
||||
$mysql->escape ($folderid));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user