diff --git a/resources/sql/patches/20130507.releephrqmailkeypop.php b/resources/sql/patches/20130507.releephrqmailkeypop.php --- a/resources/sql/patches/20130507.releephrqmailkeypop.php +++ b/resources/sql/patches/20130507.releephrqmailkeypop.php @@ -17,7 +17,7 @@ $rq->getTableName(), Filesystem::readRandomCharacters(20), $id); - echo("Generated Key\n"); + echo "Generated Key\n"; } else { echo "-\n"; } diff --git a/resources/sql/patches/20130805.pastemailkeypop.php b/resources/sql/patches/20130805.pastemailkeypop.php --- a/resources/sql/patches/20130805.pastemailkeypop.php +++ b/resources/sql/patches/20130805.pastemailkeypop.php @@ -17,7 +17,7 @@ $paste->getTableName(), Filesystem::readRandomCharacters(20), $id); - echo("Generated Key\n"); + echo "Generated Key\n"; } else { echo "-\n"; }