Move list table to class / new AJAX framework
[infodrom.org/service.infodrom.org] / class / accountingdm.class.php
index f420fd7..61d19af 100644 (file)
@@ -2,12 +2,10 @@
 
 class AccountingDM extends AccountTable {
 
-  public function __construct($id)
+  public function __construct($id=false)
   {
     $this->valuecolumn = 'value_dm';
     parent::__construct('account_dm', $id);
   }
 
 }
-
-?>