aboutsummaryrefslogtreecommitdiff
path: root/app/class/modelhome.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/modelhome.php')
-rw-r--r--app/class/modelhome.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/app/class/modelhome.php b/app/class/modelhome.php
index 3ff72c7..5d16062 100644
--- a/app/class/modelhome.php
+++ b/app/class/modelhome.php
@@ -12,20 +12,13 @@ class Modelhome extends Modeldb
$opt = new Opt(Art2::classvarlist());
$opt->setcol(['id', 'tag', 'linkfrom', 'linkto', 'description', 'title', 'datemodif', 'datecreation', 'secure']);
- //$table = $listmanager->getlisteropt($opt);
- //$listmanager->listcalclinkfrom($table);
$opt->settaglist($table);
$opt->submit();
-
-
return $opt;
}
- public function optupdate()
- {
-
- }
+
public function table2($table, $opt)