Improvements and typos
This commit is contained in:
parent
3bdbc74b0e
commit
5b27274fa7
13 changed files with 78 additions and 75 deletions
|
@ -3,22 +3,21 @@
|
|||
class module_contact extends admin_module{
|
||||
|
||||
function admin_panels(){
|
||||
panels=array();
|
||||
return $panels;
|
||||
return array();
|
||||
}
|
||||
|
||||
function get_info(){
|
||||
$info["name"]="Kontaktformular";
|
||||
$info["file"]="contact";
|
||||
$info["author"]="BeCast";
|
||||
$info["version"]="1.0.0";
|
||||
$info["version"]="1.0.1";
|
||||
$info["url"]="http://www.becast.at";
|
||||
return $info;
|
||||
}
|
||||
|
||||
function install(){
|
||||
global $config, $db;
|
||||
$db->query("INSERT INTO `" . $config["prefix"] . "config_categorys` (
|
||||
$db->query("INSERT INTO `" . $config["prefix"] . "config_categories` (
|
||||
`cid` ,
|
||||
`categoryname`
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue