Quote:
Originally Posted by Disasterpiece
If you want to permanently change it, either use the adminCP settings for it or you have to build a sql query to modify the database entry.
The according Table is TABLE_PREFIX_settings
|
Oh, sad that i need to make sql requests, but big thanks for your answer!
--------------- Added [DATE]1312192905[/DATE] at [TIME]1312192905[/TIME] ---------------
btw
when the script reaches this code
Code:
$DB_site->query("SELECT * FROM " . TABLE_PREFIX_setting . "");
it stops working.
I have inserted it with module in global_complete and i see blank page.
(used SELECT just to test that it works)