Last modified: 2007-06-10 02:08:17 UTC
The script rebuildrecentchanges.php has a litte error. It does not check, if the user is a bot. Thus all changes by bots appear in the recent change list. It should check if the user is a bot and set the bot-flag to 1.
Created attachment 3306 [details] proposed patch for svn r20183 I made a patch for this trunk/ r20183
Comments for Database::set() indicate it is deprecated. Use Database::update() instead.
Database::update doesnt hang ug_user=rc_user part cause Database::update uses makeList() to expand so it is treated as ug_user = 'rc_user'
shouldn't this patch be reviewed?
Done in r22348.