summaryrefslogtreecommitdiffstats
path: root/globe.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-05-28 02:08:09 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2013-05-28 02:08:09 -0500
commit86a9c5724f14aed4ff73772a1515da97efe7b7bd (patch)
treea1e381f2fe6512f62b5517c00f443cf9349ea000 /globe.php
parentc955c27cbebba3edaab9532834ac72041eccbf58 (diff)
parent9f2aa0767634648e4813c8e6d10fc6b8dbeff293 (diff)
downloadpathery-86a9c5724f14aed4ff73772a1515da97efe7b7bd.tar.xz
Merge branch 'master' of git.raylu.net:pathery
Diffstat (limited to 'globe.php')
-rw-r--r--globe.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/globe.php b/globe.php
index dd9902d..22d34c5 100644
--- a/globe.php
+++ b/globe.php
@@ -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);