mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-19 17:54:14 +01:00
Fix: Demo PHP server-side processing script: Ensure that FETCH_BOTH is used for the SSP class, in case it is disabled in the options
- Fixes DataTables/DataTables #677
This commit is contained in:
parent
ff3bccad58
commit
6c7cc348ed
@ -1 +1 @@
|
||||
c320c768119b3fbc84b09f552726018d74049878
|
||||
765c59438326944e8563d6cbdab289ed65ebe61f
|
||||
|
@ -436,7 +436,7 @@ class SSP {
|
||||
}
|
||||
|
||||
// Return all
|
||||
return $stmt->fetchAll();
|
||||
return $stmt->fetchAll( PDO::FETCH_BOTH );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user