mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +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";
|
||||
private $_string = "SeedDMS";
|
||||
|
||||
function SeedDMS_Version() {
|
||||
return;
|
||||
function __construct() {
|
||||
}
|
||||
|
||||
function version() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user