DescFunc 14 done

This commit is contained in:
color.diff=auto
2021-05-02 20:52:31 -06:00
parent efa7f8f28e
commit 3a08d8c16c
9 changed files with 686 additions and 329 deletions

View File

@@ -113,22 +113,6 @@ if (!isset($_SESSION['modname']) || (!file_exists(APP_DB)) || (!file_exists($_SE
$prop = $parser->filterProps('Properties.txt');
foreach ($prop as $p) {
$sql = "SELECT stat1,stat2,stat3,stat4,stat5,stat6,stat7 FROM `properties` WHERE `code` = '$p'";
$isc[$p] = array_filter(PDO_FetchRow($sql));
}
foreach ($isc as $i) { // for each property $i
foreach ($i as $k){
//$params = $db->getIscStrings($k);
//var_dump($idesc->getDesc(100, $params));
}
}
// If there's data, process it and save
if (!empty($_POST)) {