aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-22 18:58:48 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-22 18:58:48 +0000
commitd4c17c3546969138152bacc51b9691469be78a5d (patch)
treef3ed6f370f2ce0a5e5b3a6261655b2615da49fe0 /contrib
parentdda9658b60e3e91d0cc6d9e089edc1d66e96c5a3 (diff)
Return the list for later manipulation. This fixes an issue with the update procedure.
Debugging with mmichelson. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@253755 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/scripts/dbsep.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/scripts/dbsep.cgi b/contrib/scripts/dbsep.cgi
index 834067331..0705aa671 100755
--- a/contrib/scripts/dbsep.cgi
+++ b/contrib/scripts/dbsep.cgi
@@ -239,7 +239,7 @@ sub cgi_to_where_clause {
push @param, "$name='$value'";
}
}
- return join(" AND ", @param);
+ return @param;
}
sub throw_error {