Skip to content

Commit

Permalink
v8.1.00 Final Commit 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Parler authored and Ross Parler committed Aug 24, 2014
1 parent 6036c7e commit aaadf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/System Admin/moduleFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function getCurrentVersion($guid, $connection2, $version) {
$output.="else {" ;
$output.="if (data['version']<='" . $version . "') {" ;
$output.="$(\"#status\").attr(\"class\",\"success\");" ;
$output.="$(\"#status\").html('" . sprintf(_('Version check successful. Your Gibbon installation is up to date at %1$s.'), $version) . " " . sprintf(_('If you have recently updated your system files, please check that your database is up to date in %1$sUpdates%2$s.'), "<a href=\'" . $_SESSION[$guid]["absoluteURL"] . "/index.php&q=/modules/System Admin/update.php\'>", "</a>") . "') ;" ;
$output.="$(\"#status\").html('" . sprintf(_('Version check successful. Your Gibbon installation is up to date at %1$s.'), $version) . " " . sprintf(_('If you have recently updated your system files, please check that your database is up to date in %1$sUpdates%2$s.'), "<a href=\'" . $_SESSION[$guid]["absoluteURL"] . "/index.php?q=/modules/System Admin/update.php\'>", "</a>") . "') ;" ;
$output.="}" ;
$output.="else {" ;
$output.="$(\"#status\").attr(\"class\",\"warning\");" ;
Expand Down

0 comments on commit aaadf90

Please sign in to comment.