http://www.phpwind.net/read.php?tid=863523#8616270
repair75.php中
$db->update("UPDATE pw_pushdata p,pw_members m SET p.editor=m.username WHERE p.editor=m.uid");
改为
$db->update("UPDATE pw_pushdata p, pw_members m SET p.editor=m.username WHERE p.editor=m.uid");
一个空格之差。













