# HG changeset patch # User rejo # Date 1209409971 0 # Node ID 6190c9a5f48b1f84569a56ce8f4d8591377268e2 # Parent ad667d767a0af3109123286cd0537bb424570359 [feladat @ 251] Fixed a small problem in the database scheme that is created by the install procedure. diff -r ad667d767a0a -r 6190c9a5f48b install/database-structure.inc.php --- a/install/database-structure.inc.php Mon Apr 28 19:05:06 2008 +0000 +++ b/install/database-structure.inc.php Mon Apr 28 19:12:51 2008 +0000 @@ -53,7 +53,7 @@ 'flags' => 'primary_keynot_null' ), 'name' => array( - 'type' => 'integer', + 'type' => 'text', 'notnull' => 1, 'length' => 128, 'fixed' => 0,