[interchange-cvs] interchange - racke modified dist/lib/UI/ContentEditor.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Nov 3 09:42:22 EST 2003


User:      racke
Date:      2003-11-03 14:42:22 GMT
Modified:  dist/lib/UI ContentEditor.pm
Log:
fixed nonexisting variable name in debug message

Revision  Changes    Path
2.12      +3 -3      interchange/dist/lib/UI/ContentEditor.pm


rev 2.12, prev_rev 2.11
Index: ContentEditor.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/ContentEditor.pm,v
retrieving revision 2.11
retrieving revision 2.12
diff -u -r2.11 -r2.12
--- ContentEditor.pm	18 Jun 2003 17:34:43 -0000	2.11
+++ ContentEditor.pm	3 Nov 2003 14:42:22 -0000	2.12
@@ -2,7 +2,7 @@
 #
 # UI::ContentEditor - Interchange page/component edit
 # 
-# $Id: ContentEditor.pm,v 2.11 2003/06/18 17:34:43 jon Exp $
+# $Id: ContentEditor.pm,v 2.12 2003/11/03 14:42:22 racke Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -24,7 +24,7 @@
 
 package UI::ContentEditor;
 
-$VERSION = substr(q$Revision: 2.11 $, 10);
+$VERSION = substr(q$Revision: 2.12 $, 10);
 $DEBUG = 0;
 
 use POSIX qw/strftime/;
@@ -2742,7 +2742,7 @@
 	parse_page($pref, $opt);
 	publish_page($pref, $opt) if $opt->{new};
 
-#::logDebug("found a template name=$pref->{ui_name} store=$pstore: " . uneval($pref));
+#::logDebug("found a template name=$pref->{ui_name} store=$name: " . uneval($pref));
 
 	my ($overall, $comp) = page_region($pref, $opt);
 








More information about the interchange-cvs mailing list