Allows research on NL subscription using UFC_NLSubscribed.
[platal.git] / include / validations / orange.inc.php
index 068aff8..fe51f66 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2010 Polytechnique.org                              *
+ *  Copyright (C) 2003-2011 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -38,7 +38,7 @@ class OrangeReq extends ProfileValidate
     // }}}
     // {{{ constructor
 
-    public function __construct(User &$_user, Profile &$_profile, $_newGradYear)
+    public function __construct(User $_user, Profile $_profile, $_newGradYear)
     {
         parent::__construct($_user, $_profile, true, 'orange');
         $this->newGradYear  = $_newGradYear;