Minor bugfix

This commit is contained in:
Rodolphe Quiedeville 2003-06-28 13:57:16 +00:00
parent 28d19748ea
commit 06a69b2914

View File

@ -63,6 +63,7 @@ if ($action == 'update')
$product->description = $desc;
$product->update($id, $user);
$action = '';
}
/*
*