mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:30:04 +01:00
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:
parent
3231a12e2a
commit
5788571211
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user