Changeset 745 for trunk/phpbms/modules
- Timestamp:
- 01/10/10 14:56:26 (2 years ago)
- Location:
- trunk/phpbms/modules
- Files:
-
- 3 modified
-
bms/invoices_addresses_ajax.php (modified) (1 diff)
-
bms/version.php (modified) (1 diff)
-
mailchimp/manual_list_sync.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/invoices_addresses_ajax.php
r711 r745 106 106 } else { 107 107 108 ?><p><em>no records found</em></p><? 108 ?><p><em>no records found</em></p><?php 109 109 110 110 }//endif numrows -
trunk/phpbms/modules/bms/version.php
r657 r745 2 2 3 3 $modules["bms"]["name"] = "Business Management System (BMS)"; 4 4 5 5 $modules["bms"]["version"] = 0.98; 6 6 7 7 $modules["bms"]["description"] = 8 "The Business Magagement functionality of phpBMS. This module includes clients/pro psetcs, quote/order/invoice, and products sections.";9 8 "The Business Magagement functionality of phpBMS. This module includes clients/prospects, quote/order/invoice, and products sections."; 9 10 10 $modules["bms"]["requirements"] = "phpBMS Core v0.98"; 11 11 -
trunk/phpbms/modules/mailchimp/manual_list_sync.php
r730 r745 49 49 "; 50 50 51 $queryresult = $ this->db->query($querystatement);51 $queryresult = $db->query($querystatement); 52 52 53 $therecord = $ this->db->fetchArray($queryresult);53 $therecord = $db->fetchArray($queryresult); 54 54 55 55 if(!hasRights($therecord["roleid"]))