mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-09 18:42:56 +00:00
make php7 compatible
This commit is contained in:
parent
a3644e86e7
commit
2d79a0f143
|
@ -23,8 +23,7 @@ class SeedDMS_Version {
|
||||||
public $_number = "4.3.25";
|
public $_number = "4.3.25";
|
||||||
private $_string = "SeedDMS";
|
private $_string = "SeedDMS";
|
||||||
|
|
||||||
function SeedDMS_Version() {
|
function __construct() {
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function version() {
|
function version() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user