openrat-cms

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

commit daa59119d2b6e5a611e41a6c11092db4fb39b518
parent a167d93a374b22e66e98b3b490a9636ec06746bf
Author: dankert <devnull@localhost>
Date:   Wed,  6 Oct 2004 12:38:21 +0200

Elementtyp dynamic ist nie beschreibbar

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

diff --git a/objectClasses/Element.class.php b/objectClasses/Element.class.php @@ -20,7 +20,10 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // --------------------------------------------------------------------------- // $Log$ -// Revision 1.4 2004-10-06 09:54:19 dankert +// Revision 1.5 2004-10-06 10:38:21 dankert +// Elementtyp dynamic ist nie beschreibbar +// +// Revision 1.4 2004/10/06 09:54:19 dankert // Neuer Elementtyp: dynamic // // Revision 1.3 2004/07/07 20:45:10 dankert @@ -366,7 +369,7 @@ class Element function isWritable() { // Bei bestimmten Feldern immer false zurueckgeben - if ( in_array($this->type,Array('info','infodate','code')) ) + if ( in_array($this->type,Array('info','infodate','code','dynamic')) ) return false; return $this->writable;