diff options
author | Andreas Schnederle-Wagner <schnederle@futureweb.at> | 2018-02-13 15:59:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-13 15:59:12 +0100 |
commit | 453e6d66b4f462bc0b138db57fc5be789ac7b54e (patch) | |
tree | 65ad9ba8d84213a255a022492487afd0422c8db7 | |
parent | c1ba75f345f4429487829e18c8c8d0867ae8d5b6 (diff) | |
download | php-mysql-mysqli-wrapper-453e6d66b4f462bc0b138db57fc5be789ac7b54e.zip php-mysql-mysqli-wrapper-453e6d66b4f462bc0b138db57fc5be789ac7b54e.tar.gz php-mysql-mysqli-wrapper-453e6d66b4f462bc0b138db57fc5be789ac7b54e.tar.bz2 |
Update mysql.php
-rw-r--r-- | mysql.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -639,7 +639,7 @@ if (!extension_loaded('mysql') && !function_exists('mysql_connect')) { /** * Get the flags associated with the specified field in a result * - * credit to andre at koethur dot de from php.net and NinjaKC from stackoverflow.com + * credit to Dave Smith from phpclasses.org, andre at koethur dot de from php.net and NinjaKC from stackoverflow.com * * @param mysqli_result $result * @param int $field_offset |