Supprime la dfinition de la boite propale
This commit is contained in:
parent
5184ce5d65
commit
cac280ac36
@ -76,7 +76,15 @@ class modPropale
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$sql = "INSERT INTO llx_boxes_def (name,file) VALUES('Proposition commerciales', 'box_propales.php');";
|
||||
|
||||
if ( $this->db->query($sql) )
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
/*
|
||||
*
|
||||
@ -85,6 +93,13 @@ class modPropale
|
||||
Function remove()
|
||||
{
|
||||
|
||||
$sql = "DELETE FROM llx_boxes_def WHERE file = 'box_propales.php';";
|
||||
|
||||
if ( $this->db->query($sql) )
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user