summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2010-03-05 18:10:27 +0000
committerivan <ivan>2010-03-05 18:10:27 +0000
commit44dd374b149762d3c874dbf17a2d27223a0dc15d (patch)
treef9d6ff091312ee0e3e048ed8b88f5bfd296fcaa0 /httemplate
parenta78537f28bba3c27b22158b29e5ee31e9a7d5bae (diff)
random nits for grandstream provisioning :UI, docs, java path, s/system/IPC::Run/ for better error handling. RT#7132
Diffstat (limited to 'httemplate')
-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>';
};