Subversion Repositories personal-webbase

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. <?php
  2.  
  3. if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
  4.  
  5. wb_newdatabasetable('confixx', $m2, 'user_cnid', "bigint(21) NOT NULL default '0'",
  6.         'folder_cnid', "bigint(21) NOT NULL default '0'",
  7.         'username', "varchar(255) NOT NULL default ''",
  8.         'password', "varchar(255) NOT NULL default ''",
  9.         'server', "varchar(255) NOT NULL default ''");
  10.  
  11. if (function_exists('set_searchable')) set_searchable($m2, 'confixx', 1);
  12.  
  13. ?>