From aa86135c9c2230d30720b1006312e285e8ef7a3c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 18 Oct 2005 20:30:51 +0000 Subject: [PATCH] Ajout version php min dans description du module --- htdocs/includes/modules/modExternalRss.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/includes/modules/modExternalRss.class.php b/htdocs/includes/modules/modExternalRss.class.php index e24c29e0178..c7cebfb792e 100644 --- a/htdocs/includes/modules/modExternalRss.class.php +++ b/htdocs/includes/modules/modExternalRss.class.php @@ -67,6 +67,8 @@ class modExternalRss extends DolibarrModules // Dépendances $this->depends = array(); $this->requiredby = array(); + $this->phpmin = array(4,2,0); + $this->phpmax = array(); // Constantes $this->const = array();