Small fix.

This commit is contained in:
Ceda EI 2018-07-01 15:41:57 +05:30
parent 11c2f8bb8a
commit 1a19776abd
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ function add_requirement() {
$item_name .= " ";
}
}
$quantity = $command_list[count(command_list) - 1];
$quantity = $command_list[count($command_list) - 1];
$mysql = require('mysql_credentials.php');
$conn = new mysqli($mysql['servername'], $mysql['username'], $mysql['password'], $mysql['database']);