diff -Naur --exclude=CVS --exclude='.#*' --exclude='*~' --exclude='*.bak' --exclude=conf.php --exclude=documents dolibarr_snapshot2/htdocs/categories/viewcat.php dolibarr_snapshot/htdocs/categories/viewcat.php --- dolibarr_snapshot2/htdocs/categories/viewcat.php 2008-07-02 05:00:13.000000000 +0200 +++ dolibarr_snapshot/htdocs/categories/viewcat.php 2008-07-16 14:40:53.000000000 +0200 @@ -80,6 +80,8 @@ $h = 0; $head = array(); +$html = new Form($db); + $head[$h][0] = DOL_URL_ROOT.'/categories/viewcat.php?id='.$c->id.'&type='.$type; $head[$h][1] = $langs->trans("Card"); $head[$h][2] = 'card';