Index: branches/5.2.x/core/units/files/files_config.php =================================================================== diff -u -N -r13840 -r14092 --- branches/5.2.x/core/units/files/files_config.php (.../files_config.php) (revision 13840) +++ branches/5.2.x/core/units/files/files_config.php (.../files_config.php) (revision 14092) @@ -1,6 +1,6 @@ true, 'AutoClone' => true, - 'FilterMenu' => Array ( - 'Groups' => Array ( - Array ('mode' => 'AND', 'filters' => Array ('show_active','show_disabled'), 'type' => WHERE_FILTER), - ), - - 'Filters' => Array( - 'show_active' => Array('label' =>'la_Active', 'on_sql' => '', 'off_sql' => '%1$s.Status != 1' ), - 'show_disabled' => Array('label' => 'la_Disabled', 'on_sql' => '', 'off_sql' => '%1$s.Status != 0' ), - ) - ), - 'ListSQLs' => Array ( '' => 'SELECT * FROM %s', ), @@ -90,7 +79,7 @@ 'not_null' => 1, 'default' => 1, ), 'CreatedOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => '#NOW#'), - 'CreatedById' => Array ('type' => 'int', 'not_null' => 1, 'default' => USER_ROOT), + 'CreatedById' => Array ('type' => 'int', 'default' => NULL), 'MimeType' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), ),