From: Alexander Ebert Date: Fri, 19 Sep 2014 12:46:52 +0000 (+0200) Subject: Updated comment X-Git-Tag: 2.1.0_Alpha_1~314 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1cb7a41fb09e32e4905a34dfa6cfc211ddd92313;p=GitHub%2FWoltLab%2FWCF.git Updated comment --- 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 */