Suppression de la partie affichage dans le tracker
This commit is contained in:
parent
57f32930f6
commit
575fe76ea9
@ -196,6 +196,7 @@ if ( $resqls )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
if ($result == 0 )
|
if ($result == 0 )
|
||||||
{
|
{
|
||||||
$sql = "DELETE from vtiger.tracker WHERE user_id='".$user_id."' and item_id='".$tid".'";
|
$sql = "DELETE from vtiger.tracker WHERE user_id='".$user_id."' and item_id='".$tid".'";
|
||||||
@ -220,7 +221,7 @@ if ( $resqls )
|
|||||||
$result = 0;
|
$result = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
if ($result == 0)
|
if ($result == 0)
|
||||||
{
|
{
|
||||||
$db->commit();
|
$db->commit();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user