mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Update constructs to not have parenthesis.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
if (isset($_POST['add_quote'])) {
|
||||
|
||||
require_once('post/quote_model.php');
|
||||
require_once 'post/quote_model.php';
|
||||
|
||||
|
||||
$client = intval($_POST['client']);
|
||||
|
||||
@@ -197,7 +198,8 @@ if (isset($_POST['quote_note'])) {
|
||||
|
||||
if (isset($_POST['edit_quote'])) {
|
||||
|
||||
require_once('post/quote_model.php');
|
||||
require_once 'post/quote_model.php';
|
||||
|
||||
|
||||
$quote_id = intval($_POST['quote_id']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user