openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit eba6365eb641bfe23bcea8ece84c61d9bbb34cf8
parent a90594fadeebb08d075729ef9e8fa50e392c9a7c
Author: dankert <devnull@localhost>
Date:   Tue, 17 Jan 2006 23:43:02 +0100

Der Einstellungsknoten hei?t nun "date-formats" statt "date_formats"

Diffstat:
actionClasses/ElementAction.class.php | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/actionClasses/ElementAction.class.php b/actionClasses/ElementAction.class.php @@ -20,7 +20,10 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // --------------------------------------------------------------------------- // $Log$ -// Revision 1.11 2005-04-21 19:08:44 dankert +// Revision 1.12 2006-01-17 22:43:02 dankert +// Der Einstellungsknoten hei?t nun "date-formats" statt "date_formats" +// +// Revision 1.11 2005/04/21 19:08:44 dankert // Vorbelegung fuer "list"-Element // // Revision 1.10 2005/01/03 19:37:15 dankert @@ -242,7 +245,7 @@ class ElementAction extends Action case 'dateformat': - $ini_date_format = $conf['date_formats']; + $ini_date_format = $conf['date-formats']; $dateformat = array(); $this->setTemplateVar('act_dateformat','');