Changeset 484
- Timestamp:
- 01/06/08 19:25:54 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.3/A2BCustomer_UI/lib/Class.A2Billing.php
r457 r484 1904 1904 $result = $this->instance_table -> SQLExec ($this->DBHandle, $QUERY, 1); 1905 1905 // CHECK IF THE AMOUNT OF CALLERID IS LESS THAN THE LIMIT 1906 if ($result[0][0] < $ A2B->config["webcustomerui"]['limit_callerid']) {1906 if ($result[0][0] < $this->config["webcustomerui"]['limit_callerid']) { 1907 1907 1908 1908 $QUERY_FIELS = 'cid, id_cc_card'; branches/1.3/A2Billing_AGI/libs_a2billing/Class.A2Billing.php
r457 r484 1904 1904 $result = $this->instance_table -> SQLExec ($this->DBHandle, $QUERY, 1); 1905 1905 // CHECK IF THE AMOUNT OF CALLERID IS LESS THAN THE LIMIT 1906 if ($result[0][0] < $ A2B->config["webcustomerui"]['limit_callerid']) {1906 if ($result[0][0] < $this->config["webcustomerui"]['limit_callerid']) { 1907 1907 1908 1908 $QUERY_FIELS = 'cid, id_cc_card'; branches/1.3/A2Billing_UI/lib/Class.A2Billing.php
r457 r484 1904 1904 $result = $this->instance_table -> SQLExec ($this->DBHandle, $QUERY, 1); 1905 1905 // CHECK IF THE AMOUNT OF CALLERID IS LESS THAN THE LIMIT 1906 if ($result[0][0] < $ A2B->config["webcustomerui"]['limit_callerid']) {1906 if ($result[0][0] < $this->config["webcustomerui"]['limit_callerid']) { 1907 1907 1908 1908 $QUERY_FIELS = 'cid, id_cc_card';
