Subversion Repositories personal-webbase

Rev

Rev 9 | Blame | Compare with Previous | 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. ib_newdatabasetable('ordner', $m2, 'user', "bigint(21) NOT NULL default '0'",
  6.                                    'folder', "bigint(21) NOT NULL default '0'",
  7.                                    'kategorie', "varchar(255) NOT NULL default ''",
  8.                                    'name', "text NOT NULL");
  9.  
  10. if (function_exists('set_searchable')) set_searchable($m2, 'ordner', 1);
  11.  
  12. ?>
  13.