From 44dd374b149762d3c874dbf17a2d27223a0dc15d Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 5 Mar 2010 18:10:27 +0000 Subject: random nits for grandstream provisioning :UI, docs, java path, s/system/IPC::Run/ for better error handling. RT#7132 --- httemplate/edit/part_device.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate') diff --git a/httemplate/edit/part_device.html b/httemplate/edit/part_device.html index aa626b379..da090dfa2 100644 --- a/httemplate/edit/part_device.html +++ b/httemplate/edit/part_device.html @@ -20,6 +20,8 @@ my $extra_sql = ); $extra_sql = $extra_sql ? " WHERE ( $extra_sql ) " : " WHERE 0 = 1 "; +warn $extra_sql; + my $html_bottom_sub = sub { my $part_device = shift; @@ -37,7 +39,6 @@ my $html_bottom_sub = sub { $o->exporttype. ' to '. $o->machine; }, ). - '
'. ''; }; -- cgit v1.2.1