From: xzilla Date: Thu, 28 Dec 2006 05:03:41 +0000 (+0000) Subject: fix typo per javier X-Git-Tag: REL_4-1-BETA-1~3 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/%20?a=commitdiff_plain;h=fc61357bb0fa0503760d8a51e8cedf089b578f17;p=phppgadmin.git fix typo per javier --- diff --git a/classes/database/Postgres72.php b/classes/database/Postgres72.php index cf5fc10b..8a28deae 100644 --- a/classes/database/Postgres72.php +++ b/classes/database/Postgres72.php @@ -4,7 +4,7 @@ * A class that implements the DB interface for Postgres * Note: This class uses ADODB and returns RecordSets. * - * $Id: Postgres72.php,v 1.86 2006/04/21 03:31:26 chriskl Exp $ + * $Id: Postgres72.php,v 1.87 2006/12/28 05:03:41 xzilla Exp $ */ @@ -87,7 +87,7 @@ class Postgres72 extends Postgres71 { function createUser($username, $password, $createdb, $createuser, $expiry, $groups) { $enc = $this->_encryptPassword($username, $password); $this->fieldClean($username); - $this->clean($end); + $this->clean($enc); $this->clean($expiry); $this->fieldArrayClean($groups);