From 1399d45c68e7d14fc1f3e8f2b5451669cce4ffa4 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 29 Nov 2012 15:00:11 -0800 Subject: Lots of fixes and changes. nofollow on login links. tutorial fix changed how $accepted works changed how $wallColor/Emblem works fixed a bug when multiple players scored at the same momment. --- do.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'do.php') diff --git a/do.php b/do.php index b58b1d2..329af35 100644 --- a/do.php +++ b/do.php @@ -188,7 +188,7 @@ if ($_GET['r'] == 'getpath') { WHERE `mapID` = '$mapID' AND `userID` = users.ID - ORDER BY `moves` DESC, `dateModified` ASC + ORDER BY `moves` DESC, `dateModified` ASC, solutions.ID DESC LIMIT 1"; $result = mysql_query($sql); if (mysql_num_rows($result) > 0) { -- cgit v1.2.3