X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fcron%2Fcheckdb.php;h=98a22e75a8ba7bd023581d317f0fc5be8032045b;hb=ee71865181e96e7b0754ef9e7da4b3cb26f4c1d7;hp=ea1fdb742492c3437618473189f4cb3407bb9e98;hpb=1dc71da137a384e771723b8a893539a7f5cc9fab;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");