aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-10-07 16:47:39 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-10-07 17:17:59 +0200
commit34a9ed358738296ba818d637f88121a6050a6ff3 (patch)
tree9079649518d309dfaaaaf07c26df3961cfcd6aba
parentba1776d6a902ccc45aaaff844b49808bc597bb63 (diff)
downloadforums-34a9ed358738296ba818d637f88121a6050a6ff3.tar
forums-34a9ed358738296ba818d637f88121a6050a6ff3.tar.gz
forums-34a9ed358738296ba818d637f88121a6050a6ff3.tar.bz2
forums-34a9ed358738296ba818d637f88121a6050a6ff3.tar.xz
forums-34a9ed358738296ba818d637f88121a6050a6ff3.zip
[ticket/13137] Improve output of create_schema_files.php
PHPBB3-13137
-rw-r--r--phpBB/develop/create_schema_files.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php
index b1e981795f..7ef86ad7fc 100644
--- a/phpBB/develop/create_schema_files.php
+++ b/phpBB/develop/create_schema_files.php
@@ -57,4 +57,4 @@ $fp = fopen($schema_path . 'schema.json', 'wb');
fwrite($fp, json_encode($schema_data, JSON_PRETTY_PRINT));
fclose($fp);
-echo 'done';
+echo 'Successfully created schema file';