Changeset 745 for trunk/phpbms/modules/mailchimp
- Timestamp:
- 01/10/10 14:56:26 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
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"]))