Changeset 2096
- Timestamp:
- 5/11/2010 1:39:23 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/website/scripts/blackbox/upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/scripts/blackbox/upload.php
r2065 r2096 44 44 45 45 //Query for the list of exceptions containing the given functions 46 $statement = $pdo-> query(sprintf('SELECT DISTINCT(BlackBox_Exceptions.ID) FROM BlackBox_StackFrames46 $statement = $pdo->prepare(sprintf('SELECT DISTINCT(BlackBox_Exceptions.ID) FROM BlackBox_StackFrames 47 47 INNER JOIN BlackBox_Exceptions ON BlackBox_StackFrames.ExceptionID=BlackBox_Exceptions.ID 48 48 WHERE (%s) AND ExceptionDepth=? AND ExceptionType=?',
Note: See TracChangeset
for help on using the changeset viewer.
