ident fix
This commit is contained in:
parent
8271d9d4c2
commit
d8a8dd42d3
1 changed files with 1 additions and 1 deletions
|
@ -729,7 +729,7 @@ sub select_one {
|
||||||
debugprint `$mysqlcmd $mysqllogin -Bse "$req" 2>&1`;
|
debugprint `$mysqlcmd $mysqllogin -Bse "$req" 2>&1`;
|
||||||
exit $?;
|
exit $?;
|
||||||
}
|
}
|
||||||
debugprint "select_array: return code : $?";
|
debugprint "select_array: return code : $?";
|
||||||
chomp($result);
|
chomp($result);
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue