comparison managedb.php @ 1115:24e6915fc0fb

Move database field length definitions from msite.inc.php to dbdefs.inc.php
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 Oct 2019 10:33:39 +0300
parents 0a2117349f46
children b2bca5f6d0ff
comparison
equal deleted inserted replaced
1114:51f24cb35fc8 1115:24e6915fc0fb
12 "edit it as needed.\n"); 12 "edit it as needed.\n");
13 } 13 }
14 14
15 require_once "mconfig.inc.php"; 15 require_once "mconfig.inc.php";
16 require_once "msite.inc.php"; 16 require_once "msite.inc.php";
17 require_once "dbdefs.inc.php";
18 17
19 stCheckCLIExec(); 18 stCheckCLIExec();
20 19
21 20
22 $currVersion = -1; 21 $currVersion = -1;