From: Steven L. <st...@tu...> - 2002-10-08 15:57:04
|
So I installed fallout today with a table prefix and found many places where $core->tbl_prefix is not being used. Remember it is very important to test your code with a table prefix being used in the database. I know all the core function append it for you but I found several places in my own code where I was generating my own sql statement and flat out forgot to use it. Just a heads up. -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@tu... |