phpBMS

Show
Ignore:
Timestamp:
01/10/10 14:56:26 (2 years ago)
Author:
brieb
Message:
  • implemented patch from #398 (small typos and bugs)
  • reinstated debug mode now that release is (almost) done
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/mailchimp/manual_list_sync.php

    r730 r745  
    4949        "; 
    5050 
    51 $queryresult = $this->db->query($querystatement); 
     51$queryresult = $db->query($querystatement); 
    5252 
    53 $therecord = $this->db->fetchArray($queryresult); 
     53$therecord = $db->fetchArray($queryresult); 
    5454 
    5555if(!hasRights($therecord["roleid"])) 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.