Преглед на файлове

Change length of mimetypes to 255, the maximum length according to RFC 4288

tags/v5.0.0alpha1
Michael Gapczynski преди 11 години
родител
ревизия
106541361c
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1
    1
      db_structure.xml
  2. 1
    1
      lib/util.php

+ 1
- 1
db_structure.xml Целия файл

@@ -114,7 +114,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>64</length>
<length>255</length>
</field>

<index>

+ 1
- 1
lib/util.php Целия файл

@@ -74,7 +74,7 @@ class OC_Util {
*/
public static function getVersion() {
// hint: We only can count up. So the internal version number of ownCloud 4.5 will be 4.90.0. This is not visible to the user
return array(4,91,05);
return array(4,91,06);
}

/**

Loading…
Отказ
Запис