mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-01 09:43:50 +00:00
Add a lines array for provisioning.
This commit is contained in:
@@ -349,6 +349,9 @@ include "root.php";
|
||||
$prep_statement->execute();
|
||||
$result = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
||||
$result_count = count($result);
|
||||
//assign the keys array
|
||||
$view->assign("lines", $result);
|
||||
//set the variables
|
||||
foreach($result as $row) {
|
||||
//set the variables
|
||||
$line_number = $row['line_number'];
|
||||
|
||||
Reference in New Issue
Block a user