From 2021baf2fd0075aac0a0df14102e8fe0d14b77f3 Mon Sep 17 00:00:00 2001 From: zYne Date: Thu, 2 Nov 2006 21:51:43 +0000 Subject: [PATCH] --- lib/Doctrine/Expression/Pgsql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Expression/Pgsql.php b/lib/Doctrine/Expression/Pgsql.php index 3b2f263e0..9879345a4 100644 --- a/lib/Doctrine/Expression/Pgsql.php +++ b/lib/Doctrine/Expression/Pgsql.php @@ -34,7 +34,7 @@ class Doctrine_Expression_Pgsql extends Doctrine_Expression { * md5() works with the default PostgreSQL 8 versions. * * If you are using PostgreSQL 7.x or older you need - * to make sure that the digest procedure. + * to make sure that the digest procedure is installed. * If you use RPMS (Redhat and Mandrake) install the postgresql-contrib * package. You must then install the procedure by running this shell command: *