- renamed class Version to LetoDMS_Version

This commit is contained in:
steinm 2010-11-03 12:50:58 +00:00
parent f14f5f3bf5
commit be2024b912
2 changed files with 3 additions and 3 deletions

View File

@ -17,12 +17,12 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
class Version {
class LetoDMS_Version {
var $_number = "v2.0.1";
var $_string = "LetoDMS";
function Version() {
function LetoDMS_Version() {
return;
}

View File

@ -37,7 +37,7 @@ if (!$user->isAdmin()) {
UI::exitError(getMLText("admin_tools"),getMLText("access_denied"));
}
$v = new Version;
$v = new LetoDMS_Version;
UI::htmlStartPage($v->banner());
UI::globalNavigation();