From 188dc0beb69f42ca186ed0dca35f18609f0a0304 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 21 Feb 2011 14:23:03 +0100 Subject: [PATCH] Missed a reference passing (php 5.3...). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- core | 2 +- include/emails.combobox.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core b/core index ed4f7de..96dd0b0 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit ed4f7de016bb136fae9f72256c827ef09d4ea863 +Subproject commit 96dd0b0fbaaedf7d274cc919268fd717275d605f diff --git a/include/emails.combobox.inc.php b/include/emails.combobox.inc.php index db6979b..969d22a 100644 --- a/include/emails.combobox.inc.php +++ b/include/emails.combobox.inc.php @@ -19,7 +19,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ -function fill_email_combobox(PlPage& $page, $user = null, $profile = null) +function fill_email_combobox(PlPage $page, $user = null, $profile = null) { global $globals; -- 2.1.4