dblayeroo : Missing $pos
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3633 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -2546,7 +2546,8 @@ class dblayeroo
|
|||||||
foreach ($row as $colNb=>$val)
|
foreach ($row as $colNb=>$val)
|
||||||
{
|
{
|
||||||
// Harmonize the fetchAll result between all the databases drivers
|
// Harmonize the fetchAll result between all the databases drivers
|
||||||
if (strpos ($columns[$colNb], "("))
|
$pos = strpos ($columns[$colNb], "(");
|
||||||
|
if ($pos)
|
||||||
{
|
{
|
||||||
// Function. The function that return an int must be added in this
|
// Function. The function that return an int must be added in this
|
||||||
// list, to cast correctely the value
|
// list, to cast correctely the value
|
||||||
|
|||||||
Reference in New Issue
Block a user