aboutsummaryrefslogtreecommitdiff
path: root/manageorders.php
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-03-23 04:15:17 +0100
committerarf20 <aruizfernandez05@gmail.com>2024-03-23 04:15:17 +0100
commit7cc64ad35e7b9eccc093edcb50d15a6b22a96a8d (patch)
tree86d523d508f77992f9d7f7ef47ddb17a10612bf7 /manageorders.php
parentb33ea637696031c8408b50b20d8d0dfbe12e9076 (diff)
downloadarfnet2-cstims-7cc64ad35e7b9eccc093edcb50d15a6b22a96a8d.tar.gz
arfnet2-cstims-7cc64ad35e7b9eccc093edcb50d15a6b22a96a8d.zip
Invoice PDF generation good
Diffstat (limited to 'manageorders.php')
-rw-r--r--manageorders.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/manageorders.php b/manageorders.php
index 7ad34ac..565ef91 100644
--- a/manageorders.php
+++ b/manageorders.php
@@ -17,8 +17,6 @@ require_once "config.php";
// Get clients
$sql = "SELECT id, username FROM users WHERE type = 'client'";
$stmt = mysqli_prepare($link, $sql);
-//mysqli_stmt_bind_param($stmt, "s", $param_type);
-//$param_type = "client";
mysqli_stmt_execute($stmt);
$result = mysqli_stmt_get_result($stmt);
$clients = $result->fetch_all(MYSQLI_ASSOC);