mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix a bug in doc of cubrid_close_request & cubrid_close_prepare : change cubrid_discommect to cubrid_disconnect
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307049 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f7c419a162
commit
e3a86587b7
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ if ($con) {
|
|||
}
|
||||
cubrid_close_prepare($re1);
|
||||
}
|
||||
cubrid_discommect($con);
|
||||
cubrid_disconnect($con);
|
||||
}
|
||||
?>
|
||||
]]>
|
||||
|
|
|
@ -59,7 +59,7 @@ if ($con) {
|
|||
}
|
||||
cubrid_close_request($re1);
|
||||
}
|
||||
cubrid_discommect($con);
|
||||
cubrid_disconnect($con);
|
||||
}
|
||||
?>
|
||||
]]>
|
||||
|
|
Loading…
Reference in a new issue