Why didn't they use cammelcase?
This commit is contained in:
parent
c1dd5e1957
commit
e86ec4dfb1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ if($clientKey == md5(CLIENTPSK)) {
|
|||
$owner = $js['owner'];
|
||||
$id = $js['id'];
|
||||
|
||||
$res = $DB->query("INSERT INTO `inventoryFolders` (folderName, type, version, folderID, agentID, parentFolderID ) VALUES ('$name', '$type', 0, '$id', '$owner', '$parent');");
|
||||
$res = $DB->query("INSERT INTO `inventoryfolders` (folderName, type, version, folderID, agentID, parentFolderID ) VALUES ('$name', '$type', 0, '$id', '$owner', '$parent');");
|
||||
|
||||
if(!$res) $complete=false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue