I have a problem with the table names and the database. I am only allowed one database, and I need to create the appropriate tables (prepended with "wlcs_")
I'm willing to go throughout the source and change it, but when I grepped "wlcs" expecting to find the location of the database designator, I didn't find anything but INSTALL.
How do I do this?
Thanks,
-Tony
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a problem with the table names and the database. I am only allowed one database, and I need to create the appropriate tables (prepended with "wlcs_")
I'm willing to go throughout the source and change it, but when I grepped "wlcs" expecting to find the location of the database designator, I didn't find anything but INSTALL.
How do I do this?
Thanks,
-Tony
I solved the problem and found where the includes are. Thanks.
I'm glad to hear it.