Module: sems Branch: master Commit: 7975aadde03669763362e8d69ff85ac9f62540b4 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=7975aadde03669763362e8d69ff85ac9f62540b4
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Mon Aug 23 12:36:15 2010 +0200 DSM: corrected mod_mysql doc --- apps/dsm/mods/mod_mysql/Readme.mod_mysqlpp.txt | 6 +++--- 1 files 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 d298fd2..8d4509b 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) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
