gaim/www

e6bad4f2a59b
Parents 59646390b9ae
Children 002bbe1416c8
Thanks Gavin S. Why you found this... I'll always wonder.
--- a/inc/themes.inc.php Tue Dec 23 15:44:38 2003 -0500
+++ b/inc/themes.inc.php Sun Dec 28 00:37:58 2003 -0500
@@ -87,7 +87,7 @@
$db->query(
"SELECT Users.* FROM Users, Themes" .
" WHERE Themes.THEME_ID=" . $theme_id .
- " AND Users.USER_ID=Themes.THEME_ID"
+ " AND Users.USER_ID=Themes.USER_ID"
);
if ($db->num_rows() > 0)