phpBMS

Ticket #412: notes-sql-error.diff

File notes-sql-error.diff, 377 bytes (added by stephenyeargin, 2 years ago)
  • modules/base/include/notes.php

     
    982982                                WHERE 
    983983                                        (".$whereclause.") 
    984984                                        AND 
    985                                         `type`! = 'SM' 
     985                                        `type` <> 'SM' 
    986986                        "; 
    987987                        $queryresult = $this->db->query($querystatement); 
    988988 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.