Update oracle.php

This commit is contained in:
Namhyeon Go 2018-03-27 11:08:30 +09:00 committed by GitHub
parent 619f962b03
commit 48ace86c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
* @brief Oracle database helper for ReasonableFramework * @brief Oracle database helper for ReasonableFramework
*/ */
functon get_db_orable_binded_sql($sql, $bind) { function get_db_orable_binded_sql($sql, $bind) {
return get_db_binded_sql($sql, $bind); return get_db_binded_sql($sql, $bind);
} }