Author: theory
Date: Mon Feb 18 09:49:33 2008
New Revision: 10787

Modified:
   DBD-Pg/trunk/t/99cleanup.t

Log:
Typo.


Modified: DBD-Pg/trunk/t/99cleanup.t
==============================================================================
--- DBD-Pg/trunk/t/99cleanup.t  (original)
+++ DBD-Pg/trunk/t/99cleanup.t  Mon Feb 18 09:49:33 2008
@@ -19,5 +19,5 @@
 isnt( $dbh, undef, 'Connect to database for cleanup');
 
 cleanup_database($dbh);
-$dbh->disconnect() if defined $dbh andref $dbh;
+$dbh->disconnect() if defined $dbh and ref $dbh;
 

Reply via email to