From: Brian <br...@br...> - 2002-08-27 12:11:32
|
Hi, had much to do last week, so you did not heard something from me. I hope i can do some improvement to the project now. There was a mysql table prefix already defined in config_inc.php in variable $Mysql_Prefix. I moved this into the global array $conf introduced by Janis. The table prefix is now known as $conf[mysqlprefix]. Also i modified every SQL query to make use of it. This is necessary to run phpBddb several times in only one database, by setting different table prefixes. Any comments? Brian. Please report to the list which tasks you are working on, thanks. |