Exemple #1
0
 function DeleteOldAgent($nDays, $speed = 0)
 {
     return Sale\Basket::deleteOldAgent($nDays, $speed);
 }