Little change for management better the errors in fields
This commit is contained in:
parent
243767bc12
commit
479f449b13
25 changed files with 124 additions and 24 deletions
|
|
@ -62,8 +62,8 @@ class SQLClass {
|
|||
static public function webtsys_fetch_array( $query ,$assoc_type=0)
|
||||
{
|
||||
|
||||
$arr_assoc[0]=MYSQL_ASSOC;
|
||||
$arr_assoc[1]=MYSQL_NUM;
|
||||
$arr_assoc[0]=MYSQLI_ASSOC;
|
||||
$arr_assoc[1]=MYSQLI_NUM;
|
||||
|
||||
$arr_final = mysqli_fetch_array( $query ,$arr_assoc[$assoc_type]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue