Fix PHP syntax errors

Introduced in 019dc37836bff66443c096f9c88f62670f3c2350
This commit is contained in:
Matthias Mees 2017-04-13 20:25:22 +02:00
parent 02542a4527
commit 565b8ef51d

View File

@ -83,9 +83,9 @@ function serendipity_updateLocalConfig($dbName, $dbPrefix, $dbHost, $dbUser, $db
. "\t/*\n"
. "\t Serendipity configuration file\n";
$file_mark = "\n\t// End of Serendipity configuration file"
. "\n\t// You can place your own special variables here; see\n";
. "\n\t// <https://docs.s9y.org/docs/developers/code-primer.html#docs-initializing-the-framework-serendipity_configincphp-and-serendipity_config_localincphp>\n";
. "\n\t// for a list. All defaults from serendipity_config.inc.php\n";
. "\n\t// You can place your own special variables here; see\n"
. "\n\t// <https://docs.s9y.org/docs/developers/code-primer.html#docs-initializing-the-framework-serendipity_configincphp-and-serendipity_config_localincphp>\n"
. "\n\t// for a list. All defaults from serendipity_config.inc.php\n"
. "\n\t// can be changed by re-setting the variables after here:\n";
$file_end = "\n?>";
$file_personal = '';
@ -1268,4 +1268,4 @@ function serendipity_getCurrentVersion() {
return -1;
}
/* vim: set sts=4 ts=4 sw=4 expandtab : */
/* vim: set sts=4 ts=4 sw=4 expandtab : */