From 956608bc859d37e1eccfdfdd0c3a0b2bfac25b3d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 30 Jun 2009 12:27:29 +0200 Subject: [PATCH] Use latest core : move "promo" user field from core to platal MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- classes/user.php | 3 +++ core | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/classes/user.php b/classes/user.php index eb8390d..c50b78c 100644 --- a/classes/user.php +++ b/classes/user.php @@ -21,6 +21,9 @@ class User extends PlUser { + // Additional fields (non core) + protected $promo = null; + // Implementation of the login to uid method. protected function getLogin($login) { diff --git a/core b/core index 7b08f6b..6c36b90 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 7b08f6b5b31bf94e1b707895a9cb043d62faba3e +Subproject commit 6c36b907ae72344efb81730e3b41a0ddc9473cec -- 2.1.4