the 'connect' button in the list of installed domains didn't work, make it work

This commit is contained in:
Benjamin Sonntag 2011-10-12 15:58:06 +00:00
parent 553b5ccb51
commit 9e39a2bf1c
1 changed files with 1 additions and 1 deletions

View File

@ -852,7 +852,7 @@ EOF;
file_put_contents($cachefile,serialize($checked)); file_put_contents($cachefile,serialize($checked));
} }
} }
$db->query("SELECT m.login,d.domaine,d.gesdns,d.gesmx,d.noerase FROM domaines d LEFT JOIN membres m ON m.uid=d.compte ORDER BY domaine;"); $db->query("SELECT m.uid,m.login,d.domaine,d.gesdns,d.gesmx,d.noerase FROM domaines d LEFT JOIN membres m ON m.uid=d.compte ORDER BY domaine;");
while ($db->next_record()) { while ($db->next_record()) {
$tmp=$db->Record; $tmp=$db->Record;
if ($alsocheck) { if ($alsocheck) {