Rev 1087 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php if(!defined("PHORUM_ADMIN")) return; // altering the files tables $upgrade_queries[]="ALTER TABLE {$PHORUM['message_table']} drop index `search`"; ?>
<?php
if(!defined("PHORUM_ADMIN")) return;
// altering the files tables
$upgrade_queries[]="ALTER TABLE {$PHORUM['message_table']} drop index `search`";
?>