From a7cf027235c92103118cf415d244447a6ea82b3a Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 25 Sep 2008 12:56:02 +0000 Subject: postgre to postgres in a few documentation pages --- user_guide/database/helpers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/database/helpers.html') diff --git a/user_guide/database/helpers.html b/user_guide/database/helpers.html index ac6ea11a3..0647e2a8c 100644 --- a/user_guide/database/helpers.html +++ b/user_guide/database/helpers.html @@ -80,7 +80,7 @@ correct number of affected rows. By default this hack is enabled but it can be

$this->db->platform()

-

Outputs the database platform you are running (MySQL, MS SQL, Postgre, etc...):

+

Outputs the database platform you are running (MySQL, MS SQL, Postgres, etc...):

echo $this->db->platform(); -- cgit v1.2.3-24-g4f1b