Skip to content
This repository has been archived by the owner on Jun 24, 2018. It is now read-only.

Commit

Permalink
clean up extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoc committed Dec 21, 2014
1 parent 9b57153 commit 813bce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/index.php
Expand Up @@ -129,7 +129,7 @@ function howmanyVisits ($id) {
// Use sort method from cookie if available
} elseif ( (isset($_COOKIE['sortby'])) && (isset($_COOKIE['sorthow'])) ) {

if ( ($_COOKIE['sortby'] == 'id') || ($_COOKIE['sortby'] == 'alias') || ($_COOKIE['sortby'] == 'url') || ($_COOKIE['sortby'] == 'ip') || ($_COOKIE['sortby'] == 'time') || ($_COOKIE['sortby'] == 'visits') ) {
if ( ($_COOKIE['sortby'] == 'id') || ($_COOKIE['sortby'] == 'alias') || ($_COOKIE['sortby'] == 'url') || ($_COOKIE['sortby'] == 'ip') || ($_COOKIE['sortby'] == 'time') || ($_COOKIE['sortby'] == 'visits') ) {

if ( ($_COOKIE['sorthow'] == 'asc') || ($_COOKIE['sorthow'] == 'desc') ) {

Expand Down

0 comments on commit 813bce4

Please sign in to comment.