Changeset 102 for devel/www/temp/transform.php
- Timestamp:
- Aug 3, 2008, 6:48:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/www/temp/transform.php
r101 r102 147 147 148 148 $this->SubjectOpenTime(); 149 150 // Import chat messages history 151 //$this->Database->query('TRUNCATE TABLE ChatHistory'); 152 //$this->Database->query('INSERT INTO ChatHistory (SELECT id as Id, nick as Nick, text as Text, time as Time, color as Color, roomname as RoomName, roomtype as RoomType, "" as Host FROM `sunrisechat_history`)'); 149 153 return($Output); 150 154 }
Note:
See TracChangeset
for help on using the changeset viewer.