make php7 compatible

This commit is contained in:
Uwe Steinmann 2016-04-12 17:05:05 +02:00
parent a3644e86e7
commit 2d79a0f143

View File

@ -23,8 +23,7 @@ class SeedDMS_Version {
public $_number = "4.3.25";
private $_string = "SeedDMS";
function SeedDMS_Version() {
return;
function __construct() {
}
function version() {