diff -u -r1.25 SchedConf.inc.php --- classes/schedConf/SchedConf.inc.php 25 Jan 2010 18:19:41 -0000 1.25 +++ classes/schedConf/SchedConf.inc.php 12 Feb 2010 17:52:35 -0000 @@ -18,7 +18,7 @@ * */ -// $Id: SchedConf.inc.php,v 1.24 2009/12/02 07:01:03 jerico.dev Exp $ +// $Id: SchedConf.inc.php,v 1.25 2010/01/25 18:19:41 asmecher Exp $ define('SCHED_CONF_DATE_YEAR_OFFSET_FUTURE', '+2'); @@ -82,10 +82,15 @@ * Get the localized title of the scheduled conference * @return string */ - function getSchedConfTitle() { + function getLocalizedTitle() { return $this->getLocalizedSetting('title'); } + function getSchedConfTitle() { + if (Config::getVar('debug', 'deprecation_warnings')) trigger_error('Deprecated function.'); + return $this->getLocalizedTitle(); + } + /** * Get title of scheduled conference * @param $locale string