Skip to content

Commit b1b2281

Browse files
mekeJoungkyun
authored andcommitted
The part that should have been written "flag" was "falg".
1 parent 64b1605 commit b1b2281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-wrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ function mysql_num_rows ($result) {
807807

808808
// {{{ +-- (mysqli_object) mysql_pconnect ($host = null, $user = null, $pass = null, $link = false, $flag = 0)
809809
function mysql_pconnect ($host = null, $user = null, $pass = null, $link = false, $flag = 0) {
810-
return mysql_connect ('p:' . $host, $user, $pass, $link, $falg);
810+
return mysql_connect ('p:' . $host, $user, $pass, $link, $flag);
811811
}
812812
// }}}
813813

0 commit comments

Comments
 (0)