Ignore:
Timestamp:
Aug 3, 2008, 6:48:38 PM (16 years ago)
Author:
george
Message:
  • Upraveno: Vystředění stránky dostupnost sítě.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/www/temp/transform.php

    r101 r102  
    147147
    148148    $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`)');
    149153    return($Output);
    150154  }
Note: See TracChangeset for help on using the changeset viewer.