From 41a2b72e6d4d30e2d22ebcf9358c72dc65b47954 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sun, 6 Oct 2013 20:22:12 +0000 Subject: [PATCH] postfixadmin-cli.php - remove function PostfixAdmin - __construct() is enough ;-) and having both caused a redefinition warning git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1526 a1433add-5e2c-0410-b055-b7f2511e0802 --- scripts/postfixadmin-cli.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/postfixadmin-cli.php b/scripts/postfixadmin-cli.php index 21d423b1..0b42ee68 100644 --- a/scripts/postfixadmin-cli.php +++ b/scripts/postfixadmin-cli.php @@ -117,14 +117,6 @@ class PostfixAdmin { * @access public */ var $shellName = null; -/** - * Constructs this ShellDispatcher instance. - * - * @param array $args the argv. - */ - function PostfixAdmin($args = array()) { - $this->__construct($args); - } /** * Constructor *