summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_device.html
diff options
context:
space:
mode:
authorivan <ivan>2010-03-05 18:10:26 +0000
committerivan <ivan>2010-03-05 18:10:26 +0000
commit0907d7eb5c2b65c9b9a797b92802a21e618d8b96 (patch)
tree595231aa79d737ecfc9fe6e3c901311b8f367536 /httemplate/edit/part_device.html
parent424fe0122a3bdb605cfb749f1fd8596e8d076538 (diff)
random nits for grandstream provisioning :UI, docs, java path, s/system/IPC::Run/ for better error handling. RT#7132
Diffstat (limited to 'httemplate/edit/part_device.html')
-rw-r--r--httemplate/edit/part_device.html3
1 files changed, 2 insertions, 1 deletions
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;
},
).
- '<BR>'.
'</TD></TR></TABLE>';
};