Fix var not defined
This commit is contained in:
parent
bb4543167f
commit
eef66ae6ed
@ -272,6 +272,7 @@ if ($action == 'addtime' && $user->rights->projet->lire && GETPOST('formfilterac
|
|||||||
{
|
{
|
||||||
if (intval($time) > 0)
|
if (intval($time) > 0)
|
||||||
{
|
{
|
||||||
|
$matches = array();
|
||||||
// Hours or minutes of duration
|
// Hours or minutes of duration
|
||||||
if (preg_match("/([0-9]+)duration(hour|min)/", $key, $matches))
|
if (preg_match("/([0-9]+)duration(hour|min)/", $key, $matches))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user