Missing table prefixing
robertDouglass - August 21, 2007 - 09:45
| Project: | AutoPilot |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
At least one database table cannot be prefixed. Line 351:
<?php
$query = "INSERT INTO autopilot_log (timestamp, name, tid, rid, status, output) values (%s, '%s', '%s', '%s', '%s', '%s')";
?>