In a MySQL query, there's this code: ' ... [|PREFIX|]products ...'. Now I know exactly what this does, it inserts the prefix for the table, as this is globally configurable, but I don't know if it's PHP, MySQL, or where/how you can define this.
Put me out of my misery?