diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 3bd161cc28..75aff3827f 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,19 @@ +2011-02-24 Sergio Martin + + * install.php: Remove the cheching dependences + of PEAR DB and PEAR XML_RPC. + + * ChangeLog: Added a missing information of + languages commit + +2011-02-23 Sergio Martin + + * include/languages/es.po + include/languages/es.mo + include/languages/ja.po + include/languages/ja.mo: Added seven latest strings + form launchpad + 2011-02-24 Miguel de Dios * include/db/postgresql.php, include/db/mysql.php,include/functions_db.php: diff --git a/pandora_console/install.php b/pandora_console/install.php index f76d605d1e..e3436692c3 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -305,9 +305,6 @@ function install_step2() { $res += check_extension("gettext","PHP gettext extension"); $res += check_extension("mbstring","PHP Multibyte String"); $res += check_extension("zip","PHP Zip"); - $res += check_include("PEAR.php","PEAR PHP Library"); - $res += check_include("DB.php","PEAR:DB PHP Library"); - $res += check_include("XML/RPC.php","PEAR::XML_RPC PHP Library"); $res += check_extension("curl","CURL (Client URL Library)"); if (PHP_OS == "FreeBSD") { $res += check_exists ("/usr/local/bin/twopi","Graphviz Binary");