Can I run multiple installs of tasks in one database?
Tasks only uses one table to store all its data. The name of the table it uses is set in database.php ($database->table_name). If you only have one database, you can set up multiple tables and run multiple versions of tasks with each using a different table in the database.
Last Modified: April 29, 2003 @ 1:48 am