PDA

View Full Version : what's the thrick ?


Delphiprogrammi
04-17-2006, 02:08 PM
hi people,

i'm trying to add a phrasesgroup.That itself works fine but while trying to view my pages i don't get any output


$db->query_write("ALTER TABLE " . TABLE_PREFIX . "language ADD phrasegroup_myproduct MEDIUMTEXT NOT NULL");
$db->query("
INSERT INTO " . TABLE_PREFIX . "phrasetype (phrasetypeid, fieldname, title, editrows,product) VALUES (184, 'myproduct', 'title_here', 3,'my_product');


i also notice some phrases work fine with debug mode enbaled and others don't work on normal board (debug mode disabled) what's the thrick to get this to work ?

i don't get it those phrases refuse to show anything :mad: :tired: