- Timestamp:
- 08/29/08 09:58:31 (3 months ago)
- Files:
-
- trunk/common/lib/Class.RateEngine.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/common/lib/Class.RateEngine.php
r978 r988 377 377 AND cc_package_rate.rate_id = ".$id_rate." ORDER BY packagetype ASC"; 378 378 $table_packages = new Table(); 379 $A2B -> debug( VERBOSE | WRITELOG, $agi, __FILE__, __LINE__, "[FIND PACKAGE QUERY = $query_pakages]");380 379 $result_packages = $table_packages -> SQLExec ($A2B -> DBHandle, $query_pakages); 381 380 $idx_pack = 0; … … 389 388 $startday = $result_packages[$idx_pack]["startday"]; 390 389 $id_cc_package_offer= $result_packages[$idx_pack][0]; 391 $A2B -> debug( VERBOSE | WRITELOG, $agi, __FILE__, __LINE__,"[ID PACKAGE TO APPLY = $id_cc_package_offer]");390 if ($this -> debug_st) print_r("[ID PACKAGE TO APPLY = $id_cc_package_offer]"); 392 391 switch($packagetype){ 393 392 // 0 : UNLIMITED PACKAGE
