summaryrefslogtreecommitdiff
path: root/db-updater.php
diff options
context:
space:
mode:
authorall <all@hoover>2013-03-29 17:05:20 +0100
committerall <all@hoover>2013-03-29 17:05:20 +0100
commit44c9dc8118e000e59776ec7c945e43b8c1a4e287 (patch)
treeda910103fe2f9f3fa06f6cb3b935d4e74674ad9d /db-updater.php
parentffd3e8e35ed731440d15465dff20fb64342280fc (diff)
Replace call to vsprintf to sprintf because of arguments format
Diffstat (limited to 'db-updater.php')
-rw-r--r--db-updater.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-updater.php b/db-updater.php
index d1212d0d6..272611063 100644
--- a/db-updater.php
+++ b/db-updater.php
@@ -157,7 +157,7 @@ function confirmOP() {
}
}
- print "<p>".vsprintf(ngettext("Finished. Performed <b>%d</b> update up to schema version <b>%d</b>.",
+ print "<p>".sprintf(ngettext("Finished. Performed <b>%d</b> update up to schema version <b>%d</b>.",
"Finished. Performed <b>%d</b> updates up to schema version <b>%d</b>.", $num_updates), $num_updates, $version)."</p>";
print "<form method=\"GET\" action=\"backend.php\">