From: hickert Date: Tue, 12 Apr 2011 06:13:42 +0000 (+0000) Subject: Removed duplicate test for php5-curl X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f6cbace4fb45ce085192f658f540d00f16e9946c;p=gosa.git Removed duplicate test for php5-curl git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20699 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/setup/class_setupStep_Checks.inc b/gosa-core/setup/class_setupStep_Checks.inc index ace5d2f71..b3699d68b 100644 --- a/gosa-core/setup/class_setupStep_Checks.inc +++ b/gosa-core/setup/class_setupStep_Checks.inc @@ -94,14 +94,6 @@ class Step_Checks extends setup_step $M = TRUE; $this->basic_checks[] = array("NAME" => $N , "DESC" => $D , "RESULT" => $R , "SOLUTION" => $S , "MUST" => $M ); - /* Check for php5-curl support */ - $N = msgPool::checkingFor("curl"); - $D = _("GOsa requires this module to communicate with different types of servers and protocols."); - $S = msgPool::installPhpModule("php5-curl"); - $R = is_callable("curl_init"); - $M = TRUE; - $this->basic_checks[] = array("NAME" => $N , "DESC" => $D , "RESULT" => $R , "SOLUTION" => $S , "MUST" => $M ); - /* Checing for iconv */ $N = msgPool::checkingFor("inconv"); $D = _("GOsa requires this module for the samba integration.");