summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-29 09:27:34 -0700
committerAndrew Dolgov <[email protected]>2013-03-29 09:27:34 -0700
commit9275d5dd5afd10ecdc1735b0cfc0d38dbce90906 (patch)
tree416ff1a4d9fd0d114bdd94c33f833dd57eb0a5bf
parent878b21ba1d38a0f84e185d87d9932bdd8855ce37 (diff)
parent44c9dc8118e000e59776ec7c945e43b8c1a4e287 (diff)
Merge pull request #101 from yanobs/master
Replace call to vsprintf to sprintf because of arguments format
-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\">