From bd8c5628803995f17ffba031adcd4ef3b44de971 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 20 Sep 2005 08:08:59 +0000 Subject: [PATCH] Missing end PHP tag git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196424 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/reference.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/pdo/reference.xml b/reference/pdo/reference.xml index 585b6839cc..57a3f1e39e 100644 --- a/reference/pdo/reference.xml +++ b/reference/pdo/reference.xml @@ -1,5 +1,5 @@ - + @@ -313,6 +313,7 @@ $dbh = null; $dbh = new PDO('mysql:host=localhost;dbname=test', $user, $pass, array( PDO_ATTR_PERSISTENT => true )); +?> ]]>