]> git.wh0rd.org - tt-rss.git/commitdiff
Replace call to vsprintf to sprintf because of arguments format
authorall <all@hoover>
Fri, 29 Mar 2013 16:05:20 +0000 (17:05 +0100)
committerall <all@hoover>
Fri, 29 Mar 2013 16:05:20 +0000 (17:05 +0100)
db-updater.php

index d1212d0d64d036bf687f39dea0e1179b1275bf0b..2726110639aad6af7fd29864037a894bf12d7078 100644 (file)
@@ -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\">