Corrected one issue in the Example section

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305270 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Esen Sagynov 2010-11-11 11:08:55 +00:00
parent 4e154965e8
commit 459bc86722

View file

@ -66,7 +66,7 @@
<screen>
<![CDATA[
Result:
SELECT * FROM users WHERE user='\'username\'' AND password='\"pass\"'
SELECT * FROM users WHERE user='\'username\'' AND password='"pass"'
]]>
</screen>
</example>