import of the authorized values fails on the step 3 of the web-installation (ru-RU)
[koha.git] / installer / data / mysql / ru-RU / authorised_values / authorised_values_[RESTRICTED].csv.sql
index 36bb437..2a201de 100755 (executable)
@@ -1,3 +1,3 @@
-INSERT INTO `authorised_values` (`id`, `category`, `authorised_value`, `lib`) VALUES (LAST_INSERT_ID( ) + 0,'RESTRICTED','0');
+INSERT INTO `authorised_values` (`id`, `category`, `authorised_value`, `lib`) VALUES (LAST_INSERT_ID( ) + 0,'RESTRICTED','0', '');
 
 INSERT INTO `authorised_values` (`id`, `category`, `authorised_value`, `lib`) VALUES (LAST_INSERT_ID( ) + 1,'RESTRICTED','1','Ограниченный доступ');