Fix r38302:
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 31 Jul 2008 16:34:33 +0000 (16:34 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 31 Jul 2008 16:34:33 +0000 (16:34 +0000)
commit8a416bdc652567ded9a456c065b8bfb9e688786c
tree0688b8c37fcc349fffdeb4c2ae06563abf0ebfd9
parentfba55630487d129f9ce0b6c919f866ded5947a3f
Fix r38302:
* PHP syntax error: mixing double and single quotes
* Probably an SQL syntax error too, due to lack of a space, unless "wl_user = 123ORDER BY wl_title" works in non-MySQL databases.  It doesn't in MySQL, and if it does in other engines, it probably shouldn't.  :)
includes/WatchlistEditor.php