Topic: Switch on query build true/false
Might be a silly request.
If you have this code...
($hook = get_hook('in_qr_get_new_topics')) ? eval($hook) : null;
$result = $db->query_build($query, true) or error(__FILE__, __LINE__);
How do I change true to false with the previous hook?
any chance of making this into a switch for the query builder?
EDIT: or better still.. should I NOT be changing this to false?