BYW, YOUR REPLY here FIXED this:
when I added a two word combo as review center I get this: reviews' target='_blank' class='DEF' title=''>review center
Dangerous Selected!
Quote:
Originally Posted by The Geek
huh. Maybe an 'ordinal' value is needed. As a fix, you can try this:
In GAL_admin.php replace
PHP Code:
$results=$DB_site->query("SELECT * FROM " . TABLE_PREFIX . "geek_autolink ORDER BY text asc");
with
PHP Code:
$results=$DB_site->query("SELECT * FROM " . TABLE_PREFIX . "geek_autolink ORDER BY id asc");
This should cause the text to replace in the order it was put into the system. Ill look toward adding an ordinal column.
|