Slap me with a large trout
This commit is contained in:
parent
4e182e2e30
commit
12a18d98cb
|
@ -141,7 +141,7 @@ class m_authip {
|
|||
* @return boolean Retourne TRUE
|
||||
*/
|
||||
function alternc_del_member() {
|
||||
global $cuid;
|
||||
global $cuid,$db;
|
||||
$db->query("SELECT id FROM authorised_ip WHERE uid ='$cuid';");
|
||||
while ($db->next_record()) {
|
||||
$this->ip_delete($db->f('id'));
|
||||
|
|
Loading…
Reference in New Issue