X-Git-Url: http://git.dj3c1t.com/?a=blobdiff_plain;f=web%2Fapp%2Fdata%2Fmodules%2Fshare%2Fmw_data_init.php;fp=web%2Fapp%2Fdata%2Fmodules%2Fshare%2Fmw_data_init.php;h=0000000000000000000000000000000000000000;hb=36ed114046cbe3d72a3589230e9f306a54fcc79d;hp=1a74be40143f6a9daa3a8a7404a867014070022d;hpb=281c96e95451269f2614684b8de5be25862c8374;p=mtweb diff --git a/web/app/data/modules/share/mw_data_init.php b/web/app/data/modules/share/mw_data_init.php deleted file mode 100644 index 1a74be4..0000000 --- a/web/app/data/modules/share/mw_data_init.php +++ /dev/null @@ -1,30 +0,0 @@ -env; - } - - function sgbd(){ - return $this->sgbd; - } - - function set_env(&$env){ - $this->env = &$env; - } - - function set_sgbd(&$sgbd){ - $this->sgbd = &$sgbd; - } - - function table_prefix(){ - return false; - } - - } - -?> \ No newline at end of file