vrana Tue Sep 6 03:29:34 2005 EDT
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-set-charset.xml
Log:
WS
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-set-charset.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-set-charset.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-set-charset.xml:1.2
phpdoc/en/reference/mysqli/functions/mysqli-set-charset.xml:1.3
--- phpdoc/en/reference/mysqli/functions/mysqli-set-charset.xml:1.2 Tue Sep
6 03:27:55 2005
+++ phpdoc/en/reference/mysqli/functions/mysqli-set-charset.xml Tue Sep 6
03:29:34 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.mysqli-set-charset">
<refnamediv>
<refname>mysqli_set_charset</refname>
@@ -58,7 +58,7 @@
if (!$mysqli->set_charset("utf8")) {
printf("Error loading character set utf8: %s\n", $mysqli->error);
} else {
- printf("Current character set: %s\n", $mysqli->character_set_name());
+ printf("Current character set: %s\n", $mysqli->character_set_name());
}
$mysqli->close();