From be0c3984eb64975b0448533100fb27281cc2ad2f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Jun 2016 18:15:49 +0200 Subject: glpi: add upstream patch, drop dependency on zend-version --- glpi-0.90-cron.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'glpi-0.90-cron.patch') 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(); -- cgit