Couple of changes to make it work on skeeters setup again.

Silly thing snot changed when moving to new class.
Setup has a quick fix to display the version correctly after upgrades
This commit is contained in:
sjb4891 2000-11-09 03:38:00 +00:00
parent 3231a12e2a
commit 5788571211

View File

@ -72,7 +72,10 @@
echo "<tr bgcolor='#486591'>";
echo "<th><font color='#fefefe'>phpGroupWare Core Staus</font></th>";
echo "</tr>\n";
echo "<tr><td>Core version $oldversion. No updates needed.</td></tr>\n";
$db->query("select app_version from applications where app_name='admin'");
$db->next_record();
$curversion = $db->f("app_version");
echo "<tr><td>Core version $curversion. No updates needed.</td></tr>\n";
echo "</table>\n\n";
}
// Remove the appName from all users and groupws on the system