[freeside-commits] freeside/httemplate/config config-process.cgi, 1.24, 1.25

Ivan,,, ivan at wavetail.420.am
Sat Jun 5 23:21:49 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/config
In directory wavetail.420.am:/tmp/cvs-serv21664/httemplate/config

Modified Files:
	config-process.cgi 
Log Message:
UI

Index: config-process.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/config/config-process.cgi,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -w -d -r1.24 -r1.25
--- config-process.cgi	6 Jun 2010 06:19:20 -0000	1.24
+++ config-process.cgi	6 Jun 2010 06:21:47 -0000	1.25
@@ -80,7 +80,7 @@
   my @changers = split(/\s*,\s*/, $conf->config('disable_settings_changes'));
   my %changers = map { $_=>1 } @changers;
   unless ( $changers{$curuser->username} ) {
-    include('/elements/errorpage-popup.html', "Disabled in web demo");
+    errorpage_popup("Disabled in web demo");
     die "shouldn't be reached";
   }
 }



More information about the freeside-commits mailing list