Suppression de la partie affichage dans le tracker

This commit is contained in:
Rodolphe Quiedeville 2005-12-06 08:39:21 +00:00
parent 57f32930f6
commit 575fe76ea9

View File

@ -195,7 +195,8 @@ if ( $resqls )
$result = 0; $result = 0;
} }
} }
/*
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();