From: Dynomite <dyn...@us...> - 2001-11-14 00:22:37
|
Jeremy/Brian, Thanks for giving me access to the CVS. I was able to commit the sql files for the database right now. Hopefully anyone who modifies the database scheme can update those files as well. Matt, I hope your okay with me working on this $table_prefix portion. I have tried to add $table_prefix to all the mysql statements in the phpwhosonline module that I made. No problems implementing it and using it on the current versions of phpwebsite. So the steps to implement $table_prefix will have to be two fold before it can be customized. First step is incorporating $table_prefix to all mysql statements that reference tables in the database. I was going to go through the files one at a time and implement it and commit it. Unless there is an objection. I would like to get the CVS to run, but I'm in no rush. I noticed that the install script right now checks to see if main_page_content was created and if not, says the install failed. Of course, it has been changed to mod_main_page_data. I noticed the main_page_content was commented out. Is this being tested or is this a sure thing to be kept in the next version? Helps me to correct CVS on my side and not step on any shoes while I implement the $table_prefixes. Tat |