Changeset 624
- Timestamp:
- 03/21/08 10:12:58 (8 months ago)
- Files:
-
- branches/1.3/A2Billing_UI/Public/call-last-month.php (modified) (1 diff)
- branches/1.3/A2Billing_UI/Public/call-log-customers.php (modified) (1 diff)
- trunk/A2Billing_UI/Public/call-log-customers.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.3/A2Billing_UI/Public/call-last-month.php
r226 r624 252 252 /*************************************************************/ 253 253 254 255 $instance_table_customer = new Table("cc_card", "id, username, lastname");256 257 $FG_TABLE_CLAUSE = "";258 /*if ($_SESSION["is_admin"]==0){259 $FG_TABLE_CLAUSE =" IDmanager='".$_SESSION["pr_reseller_ID"]."'";260 }*/261 262 $list_customer = $instance_table_customer -> Get_list ($DBHandle, $FG_TABLE_CLAUSE, "id", "ASC", null, null, null, null);263 264 $nb_customer = count($list_customer);265 254 266 255 ?> branches/1.3/A2Billing_UI/Public/call-log-customers.php
r126 r624 348 348 if ($FG_DEBUG == 3) echo "<br>Nb_record : $nb_record"; 349 349 if ($FG_DEBUG == 3) echo "<br>Nb_record_max : $nb_record_max"; 350 351 352 $instance_table_customer = new Table("cc_card", "id, username, lastname");353 354 $FG_TABLE_CLAUSE = "";355 if ($_SESSION["is_admin"]==0){356 $FG_TABLE_CLAUSE =" IDmanager='".$_SESSION["pr_reseller_ID"]."'";357 }358 359 360 $list_customer = $instance_table_customer -> Get_list ($DBHandle, $FG_TABLE_CLAUSE, "id", "ASC", null, null, null, null);361 362 $nb_customer = count($list_customer);363 350 364 351 trunk/A2Billing_UI/Public/call-log-customers.php
r570 r624 326 326 if ($FG_DEBUG == 3) echo "<br>Nb_record : $nb_record"; 327 327 if ($FG_DEBUG == 3) echo "<br>Nb_record_max : $nb_record_max"; 328 329 330 $instance_table_customer = new Table("cc_card", "id, username, lastname");331 332 $FG_TABLE_CLAUSE = "";333 if ($_SESSION["is_admin"]==0){334 $FG_TABLE_CLAUSE =" IDmanager='".$_SESSION["pr_reseller_ID"]."'";335 }336 337 338 $list_customer = $instance_table_customer -> Get_list ($DBHandle, $FG_TABLE_CLAUSE, "id", "ASC", null, null, null, null);339 340 $nb_customer = count($list_customer);341 328 342 329
