diff --git a/e107_handlers/model_class.php b/e107_handlers/model_class.php index f35832b0b..01d9d37b2 100644 --- a/e107_handlers/model_class.php +++ b/e107_handlers/model_class.php @@ -2,15 +2,13 @@ /* * e107 website system * - * Copyright (C) 2008-2009 e107 Inc (e107.org) + * Copyright (C) 2008-2010 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * * e107 Base Model * - * $Source: /cvs_backup/e107_0.8/e107_handlers/model_class.php,v $ - * $Revision$ - * $Date$ + * $Id$ * $Author$ */ @@ -270,7 +268,7 @@ class e_object */ public function setParam($key, $value) { - if(null == $value) + if(null === $value) { unset($this->_params[$key]); }