Skip to content
Snippets Groups Projects
Commit 27303760 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Doxygen

parent e07192d5
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ class modMyModule extends DolibarrModules
$result=$this->load_tables();
return $this->_init($sql);
return $this->_init($sql, $options);
}
/**
......@@ -261,7 +261,7 @@ class modMyModule extends DolibarrModules
{
$sql = array();
return $this->_remove($sql);
return $this->_remove($sql, $options);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment