X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fcron%2Fcheckdb.php;h=98a22e75a8ba7bd023581d317f0fc5be8032045b;hb=f3f800d85b3328e5a8f90806f9d265d2702cbca5;hp=ea1fdb742492c3437618473189f4cb3407bb9e98;hpb=d66464d5ea0a69c47f2f49ace9de2f4b7b8c4d62;p=platal.git diff --git a/bin/cron/checkdb.php b/bin/cron/checkdb.php index ea1fdb7..98a22e7 100755 --- a/bin/cron/checkdb.php +++ b/bin/cron/checkdb.php @@ -113,10 +113,10 @@ check("select c.* from contacts as c left join auth_user_md5 as u on u.user_id=c check("select e.* from emails as e left join auth_user_md5 as u on u.user_id=e.uid where e.uid and u.prenom is null"); /* validite de forums */ -check("select f.* from forums.abos as f left join auth_user_md5 as u on u.user_id=f.uid where u.prenom is null"); -check("select f.* from forums.abos as f left join forums.list as fd on fd.fid=f.fid where fd.nom is null"); -check("select f.* from forums.respofaqs as f left join forums.list as fd on fd.fid=f.fid where fd.nom is null"); -check("select f.* from forums.respofaqs as f left join auth_user_md5 as u on u.user_id=f.uid where u.prenom is null"); +check("select f.* from #forums#.abos as f left join #x4dat#.auth_user_md5 as u on u.user_id=f.uid where u.prenom is null"); +check("select f.* from #forums#.abos as f left join #forums#.list as fd on fd.fid=f.fid where fd.nom is null"); +check("select f.* from #forums#.respofaqs as f left join #forums#.list as fd on fd.fid=f.fid where fd.nom is null"); +check("select f.* from #forums#.respofaqs as f left join #x4dat#.auth_user_md5 as u on u.user_id=f.uid where u.prenom is null"); /* validite de groupesx_ins */ check("select g.* from groupesx_ins as g left join auth_user_md5 as u on u.user_id=g.guid where u.prenom is null");