[freeside-commits] freeside/httemplate/view cust_main.cgi, 1.138, 1.139
Ivan,,,
ivan at wavetail.420.am
Sat May 7 10:30:28 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv11611
Modified Files:
cust_main.cgi
Log Message:
fix cust_main-external_links, RT#10889
Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main.cgi,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -w -d -r1.138 -r1.139
--- cust_main.cgi 18 Feb 2011 18:51:39 -0000 1.138
+++ cust_main.cgi 7 May 2011 17:30:25 -0000 1.139
@@ -104,7 +104,7 @@
% if ( $conf->config('cust_main-external_links') ) {
<% $br++ ? ' | ' : '' %>
-% my @links = split(/\n/, $conf->config('menu-prepend_links'));
+% my @links = split(/\n/, $conf->config('cust_main-external_links'));
% foreach my $link (@links) {
% $link =~ /^\s*(\S+)\s+(.*?)(\s*\(([^\)]*)\))?$/ or next;
% my($url, $label, $alt) = ($1, $2, $4);
More information about the freeside-commits
mailing list