Fix : $now defined twice

This commit is contained in:
Maxime Kohlhaas 2012-11-14 22:31:54 +01:00
parent 28b4a03432
commit d687d37573

View File

@ -78,8 +78,6 @@ if ($action == 'del_bookmark' && ! empty($bid))
* View
*/
$now=dol_now();
$form = new Form($db);
$formfile = new FormFile($db);
$companystatic=new Societe($db);