From 7975aadde03669763362e8d69ff85ac9f62540b4 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Mon, 23 Aug 2010 12:36:15 +0200 Subject: [PATCH] DSM: corrected mod_mysql doc --- apps/dsm/mods/mod_mysql/Readme.mod_mysqlpp.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dsm/mods/mod_mysql/Readme.mod_mysqlpp.txt b/apps/dsm/mods/mod_mysql/Readme.mod_mysqlpp.txt index d298fd24..8d4509b5 100644 --- a/apps/dsm/mods/mod_mysql/Readme.mod_mysqlpp.txt +++ b/apps/dsm/mods/mod_mysql/Readme.mod_mysqlpp.txt @@ -28,7 +28,7 @@ Actions: * query string has replacement for vars and params, \$=$, \#=# * sets - $db.success + $errno $db.rows $db.info $db.insert_id @@ -42,7 +42,7 @@ Actions: mysql.query(SELECT * FROM mytable where key=#key); * sets - $db.success + $errno $db.rows -- execute query and get first or nth result row @@ -53,7 +53,7 @@ Actions: mysql.query(SELECT * FROM mytable where key=#key); * sets - $db.success + $errno $db.rows -- resolve query parameters (as it would do on mysql.execute, mysql.query etc)