diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-05-28 02:08:09 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-05-28 02:08:09 -0500 |
commit | 86a9c5724f14aed4ff73772a1515da97efe7b7bd (patch) | |
tree | a1e381f2fe6512f62b5517c00f443cf9349ea000 /globe.php | |
parent | c955c27cbebba3edaab9532834ac72041eccbf58 (diff) | |
parent | 9f2aa0767634648e4813c8e6d10fc6b8dbeff293 (diff) | |
download | pathery-86a9c5724f14aed4ff73772a1515da97efe7b7bd.tar.xz |
Merge branch 'master' of git.raylu.net:pathery
Diffstat (limited to 'globe.php')
-rw-r--r-- | globe.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -78,8 +78,7 @@ function CookieLogin() { ";
$result = mysql_query($sql);
- if (mysql_num_rows($result) == 0)
- return;
+ if (mysql_num_rows($result) == 0) return;
list($claimedid, $email, $display, $dateJoined, $isAdmin) = mysql_fetch_row($result);
|