phpBMS

Ticket #362: iclients_credit.php.2.patch

File iclients_credit.php.2.patch, 0.6 KB (added by irefuse, 3 years ago)

*new* fix. this one corrects an issue with displaying all user's credit usage in the "Open Items" area

Line 
117d16
2<                                       uuid,
340c39
4<                                       AND clientid = '".$therecord["uuid"]."'
5---
6>                                       AND clientid = ".$this->id."
743a43
8>
992c92
10<                                       clientid = '".$clientid."'
11---
12>                                       clientid = ".((int) $clientid)."
13106c106
14<                                       clientid = '".$clientid."'
15---
16>                                       clientid = ".((int) $clientid)."
17186c186
18< ?>
19---
20> ?>
21\ No newline at end of file
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.