From: Stéphane Jacob Date: Mon, 21 Feb 2011 13:23:03 +0000 (+0100) Subject: Missed a reference passing (php 5.3...). X-Git-Tag: xorg/1.1.0~1^2~9 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=188dc0beb69f42ca186ed0dca35f18609f0a0304;p=platal.git Missed a reference passing (php 5.3...). Signed-off-by: Stéphane Jacob --- 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;