If you use a table prefix, Projectsend will stop working.
The issue is related to "sites.options.php" file, and specifically with a
table_options query.
Around line 18:
--------
* @return array
*/
$options_values = array();
- $options = $database->query("SELECT * FROM tbl_options");
+ $options = $database->query("SELECT * FROM " . TABLE_OPTIONS);
--------
Please, fix it quickly.
Original issue reported on code.google.com by ivanordo...@gmail.com on 18 Jul 2014 at 10:18
Original issue reported on code.google.com by
ivanordo...@gmail.com
on 18 Jul 2014 at 10:18