summaryrefslogtreecommitdiffstats
path: root/glpi-0.90-cron.patch
diff options
context:
space:
mode:
Diffstat (limited to 'glpi-0.90-cron.patch')
-rw-r--r--glpi-0.90-cron.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/glpi-0.90-cron.patch b/glpi-0.90-cron.patch
index 7a9eba7..8cde99c 100644
--- a/glpi-0.90-cron.patch
+++ b/glpi-0.90-cron.patch
@@ -1,7 +1,7 @@
diff -up install/install.php.rpm install/install.php
--- install/install.php.rpm 2014-12-17 13:36:22.420558338 +0100
+++ install/install.php 2014-12-17 13:38:45.278209044 +0100
-@@ -382,6 +382,10 @@ function step4 ($databasename, $newdatab
+@@ -383,6 +383,10 @@ function step4 ($databasename, $newdatab
$query = "UPDATE `glpi_users`
SET `language` = NULL";
$DB->queryOrDie($query, "4203");
@@ -15,7 +15,7 @@ diff -up install/install.php.rpm install/install.php
diff -up install/update.php.rpm install/update.php
--- install/update.php.rpm 2014-12-11 14:16:55.000000000 +0100
+++ install/update.php 2014-12-17 13:36:22.420558338 +0100
-@@ -818,6 +818,10 @@ function updateDbUpTo031() {
+@@ -830,6 +830,10 @@ function updateDbUpTo031() {
$plugin = new Plugin();
$plugin->unactivateAll();