From 1cb7a41fb09e32e4905a34dfa6cfc211ddd92313 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 19 Sep 2014 14:46:52 +0200 Subject: [PATCH] Updated comment --- .../lib/system/database/statement/PreparedStatement.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/database/statement/PreparedStatement.class.php b/wcfsetup/install/files/lib/system/database/statement/PreparedStatement.class.php index 86e552ce01..3a2cc6eba3 100644 --- a/wcfsetup/install/files/lib/system/database/statement/PreparedStatement.class.php +++ b/wcfsetup/install/files/lib/system/database/statement/PreparedStatement.class.php @@ -75,7 +75,7 @@ class PreparedStatement { } /** - * Executes a prepared statement within a transaction. + * Executes a prepared statement. * * @param array $parameters */ -- 2.20.1