From: Michael M Slusarz Date: Tue, 16 Dec 2008 20:03:53 +0000 (-0700) Subject: function definition style X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7b53ca17732cf0820bec579b11e4b9f3bcfbb9b4;p=horde.git function definition style --- diff --git a/framework/Imap_Client/lib/Horde/Imap/Client.php b/framework/Imap_Client/lib/Horde/Imap/Client.php index 85aa35446..7cf715383 100644 --- a/framework/Imap_Client/lib/Horde/Imap/Client.php +++ b/framework/Imap_Client/lib/Horde/Imap/Client.php @@ -148,12 +148,12 @@ class Horde_Imap_Client * * @var string */ - public static $encryptKey = null; + static public $encryptKey = null; /** * Autoload handler. */ - public static function autoload($classname) + static public function autoload($classname) { $res = false;