Author: dr
Date: Tue Jan  8 11:14:26 2008
New Revision: 7100

Log:
- Fixed typo in tutorial.

Modified:
    trunk/Database/docs/tutorial.txt

Modified: trunk/Database/docs/tutorial.txt
==============================================================================
--- trunk/Database/docs/tutorial.txt [iso-8859-1] (original)
+++ trunk/Database/docs/tutorial.txt [iso-8859-1] Tue Jan  8 11:14:26 2008
@@ -189,7 +189,7 @@
 
 The query will fetch the first ten quotes by Robert Foster, sorted by the 
quote itself.
 Note that string parameters must either be bound using 
-ezcQuery::bindParam()/ezcQueryBindValue() or escaped and quoted manually.
+ezcQuery::bindParam()/ezcQuery::BindValue() or escaped and quoted manually.
 
 As you can see, logical expressions are built up using the expression object of
 the type ezcQueryExpression. Note that the methods for logical *or* and *and* 
are


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to