mirror of
https://github.com/sigmasternchen/shochu
synced 2025-03-15 23:58:55 +00:00
resolved name conflict between uri function and mysql
This commit is contained in:
parent
de5e739ec1
commit
f34a9cf8c1
1 changed files with 1 additions and 1 deletions
2
uri.sh
2
uri.sh
|
@ -11,7 +11,7 @@ _query() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
query() {
|
queryString() {
|
||||||
echo "$QUERY_STRING" | _query "$1"
|
echo "$QUERY_STRING" | _query "$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue