Revision: 8
http://astrospaces.svn.sourceforge.net/astrospaces/?rev=8&view=rev
Author: p3net
Date: 2007-03-12 19:20:58 -0700 (Mon, 12 Mar 2007)
Log Message:
-----------
-Bugfix
...hehe... Oops :D
Modified Paths:
--------------
trunk/space.php
Modified: trunk/space.php
===================================================================
--- trunk/space.php 2007-03-13 02:09:20 UTC (rev 7)
+++ trunk/space.php 2007-03-13 02:20:58 UTC (rev 8)
@@ -66,7 +66,7 @@
".id = " . DB_FRIENDS . ".to OR " . DB_SPACE .
".id = " . DB_FRIENDS . ".from AND " .
DB_FRIENDS . ".approved = 1 LIMIT 10 JOIN " . DB_COMMENTS .
- " ON DB_USERS . ".id = " . DB_COMMENTS . ".to ORDER BY " .
+ " ON " . DB_USERS . ".id = " . DB_COMMENTS . ".to ORDER BY " .
DB_COMMENTS . ".id DESC;";
//Wow, I can't believe I just wrote that. Anyway, time to run it
$_query=$db->query($_query); //If this doesn't error out I will be amazed
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|