2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Regis Houssin
2006-02-21 16:35:23 +00:00
parent db2c2d0ffa
commit 360faf445c

View File

@@ -923,7 +923,7 @@ class Form
if ($selected)
{
$categorie = new Categorie($this->$db);
$categorie = new Categorie($db);
$nb = $categorie->get_nb_categories();
for ($i = 0 ; $i <= $nb ; $i++)