Changed db connect and database query structure so PhpStorm can detect it.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
function getHeaderInfo() {
|
||||
$stmt = $GLOBALS["db"]->prepare("
|
||||
$stmt = prepareQuery("
|
||||
SELECT
|
||||
`fname`,
|
||||
`lname`,
|
||||
|
||||
Reference in New Issue
Block a user