From bd3899d15cca84ec0ab12ccbd89399d6290bbc25 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Tue, 3 Feb 2015 17:17:28 -0600 Subject: [PATCH] php: Workaround for PHP 5.3.3 bug References: https://bugs.php.net/bug.php?id=43200 http://stackoverflow.com/a/22521203 --- include/class.client.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/class.client.php b/include/class.client.php index 570af7c14..a39b0b41c 100644 --- a/include/class.client.php +++ b/include/class.client.php @@ -423,7 +423,5 @@ class ClientAccount extends UserAccount { // Used by the email system interface EmailContact { - function getId(); - function getEmail(); } ?> -- GitLab