mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Update constructs to not have parenthesis.
This commit is contained in:
@@ -8,7 +8,8 @@ if (isset($_POST['edit_company'])) {
|
||||
|
||||
validateAdminRole();
|
||||
|
||||
require_once('post/setting_company_model.php');
|
||||
require_once 'post/setting_company_model.php';
|
||||
|
||||
|
||||
$sql = mysqli_query($mysqli,"SELECT company_logo FROM companies WHERE company_id = 1");
|
||||
$row = mysqli_fetch_array($sql);
|
||||
|
||||
Reference in New Issue
Block a user