[freeside-commits] freeside/httemplate/edit/process phone_device.html, 1.1, 1.1.6.1

Erik Levinson levinse at wavetail.420.am
Sat Jan 22 16:49:14 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv1852/httemplate/edit/process

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	phone_device.html 
Log Message:
bug fix my previous commit for RT7794

Index: phone_device.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/phone_device.html,v
retrieving revision 1.1
retrieving revision 1.1.6.1
diff -u -w -d -r1.1 -r1.1.6.1
--- phone_device.html	30 Jun 2009 01:42:55 -0000	1.1
+++ phone_device.html	23 Jan 2011 00:49:12 -0000	1.1.6.1
@@ -10,6 +10,10 @@
 %>
 <%init>
 
+if($cgi->param('sel_mac_addr') && !$cgi->param('mac_addr')) {
+    $cgi->param('mac_addr',$cgi->param('sel_mac_addr'));
+}
+
 # :/  needs agent-virt so you can't futz with arbitrary devices
 
 die "access denied"



More information about the freeside-commits mailing list