Quote:
Originally Posted by Paul M
From the database, obviously you have six rooms defined.
|
No, I don't. I've checked the tables twice and there are only three listed in _fc_rooms:
Quote:
mysql> select * from _fc_rooms;
+----+---------------------+---------------------+-----------------+----------+-------------+
| id | updated | created | name | ispublic | ispermanent |
+----+---------------------+---------------------+-----------------+----------+-------------+
| 1 | 2005-05-17 13:10:22 | 2005-05-17 13:06:08 | Hangar Talk | y | 1 |
| 3 | 2005-10-24 08:27:36 | 2005-05-17 13:06:08 | Tech Support | y | 3 |
| 5 | 2005-10-25 06:40:38 | 2005-05-17 13:09:42 | Flight Training | y | 2 |
+----+---------------------+---------------------+-----------------+----------+-------------+
3 rows in set (0.05 sec)
|