cvs: phpdoc-cs /reference/strings/functions addslashes.xml
[email protected] ("Jakub Vrana") Thu, 18 Aug 2005 15:27:58 -0000
| Newsgroups | php.doc.cs |
|---|---|
| Message-ID | <cvsvrana1124378878@cvsserver> |
vrana Thu Aug 18 11:27:58 2005 EDT
Modified files:
/phpdoc-cs/reference/strings/functions addslashes.xml
Log:
Typo (spotted by Juraj Krivda)
http://cvs.php.net/diff.php/phpdoc-cs/reference/strings/functions/addslashes.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc-cs/reference/strings/functions/addslashes.xml
diff -u phpdoc-cs/reference/strings/functions/addslashes.xml:1.3 phpdoc-cs/reference/strings/functions/addslashes.xml:1.4
--- phpdoc-cs/reference/strings/functions/addslashes.xml:1.3 Fri Jan 2 13:06:11 2004
+++ phpdoc-cs/reference/strings/functions/addslashes.xml Thu Aug 18 11:27:56 2005
@@ -12,7 +12,7 @@
<methodparam><type>string</type><parameter>str</parameter></methodparam>
</methodsynopsis>
<para>
- Vrací øetìzec se zpìtnými lomítky pøed znaky, které by ohly být problémové
+ Vrací øetìzec se zpìtnými lomítky pøed znaky, které by mohly být problémové
v databázových dotazech apod. Tyto znaky jsou jednoduchá uvozovka
(<literal>'</literal>), dvojitá uvozovka (<literal>"</literal>), zpìtné
lomítko (<literal>\</literal>) a NUL (&null; byte).