Comment debug

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109680 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher 2008-03-18 19:53:02 +00:00
parent 56bddc2a0d
commit b8fe71d8cb
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ $cgi = new CGI;
$ENV{PATH_INFO} =~ m/\/([^\/]*)\/([^\/]*)$/;
($table, $mode) = ($1, lc($2));
print STDERR "PATH_INFO=$ENV{PATH_INFO}, table=$table, mode=$mode\n";
#print STDERR "PATH_INFO=$ENV{PATH_INFO}, table=$table, mode=$mode\n";
if ($mode eq 'single') {
# All parameters as POST