Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Warnings shown in GLCashFlowsIndirect.php
01-14-2017, 03:15 AM,
#10
RE: Warnings shown in GLCashFlowsIndirect.php
Hi Ricard,

The problem was caused by the operator "&" before the variable in DB_fetch_row() and in DB_fetch_array() in ConnectDB_XXX.inc. Using multiples lines (multiples variables) solves the way the last variable is seen by PHP (in strict mode) but not solves the problem itself.

When we remove the "&" before the variable in DB_fetch_row() and in DB_fetch_array() in ConnectDB_XXX.inc (commit r7717), we solved the problem here and in other scripts.

I restored the "compact" code because I prefer to simplify the code to easy understand (less lines, less variables, less steps) and to have a"very little" less use of resources.

Best regards, Rafael.
Rafael E. Chacón
Verdorama
http://www.verdorama.com
Reply


Messages In This Thread
RE: Warnings shown in GLCashFlowsIndirect.php - by Rafael Chacón - 01-14-2017, 03:15 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)