in_array() warning Reported on Forum by Sherwin (#1966)
commit15ef11d1f002a4c117f356970e85ca895fda5e2e
authorJerry Padgett <sjpadgett@gmail.com>
Sat, 10 Nov 2018 01:44:20 +0000 (9 20:44 -0500)
committerGitHub <noreply@github.com>
Sat, 10 Nov 2018 01:44:20 +0000 (9 20:44 -0500)
tree42052ca9e48f70c9bcb68cf82cf2257b8b55e9ef
parentb420c4805fce92928f7671fe7a796ea3828a81f5
in_array() warning Reported on Forum by Sherwin (#1966)

* in_array() warning Reported on Forum by Sherwin
https://community.open-emr.org/t/error-log-warning-array-expected-parameter-2/10992
Numeric data type modifiers "012" where not caught as options.

* Warnings for missing photos and patient balances.
- PHP Warning:  A non-numeric value encountered in C:\xampp\htdocs\openemr-dev502\library\patient.inc on line 1957
- PHP Warning:  fopen(C:/xampp/htdocs/openemr-dev502/sites/default/documents//): failed to open stream: No such file or directory in C:\xampp\htdocs\openemr-dev502\controllers\C_Document.class.php on line 635
- PHP Warning:  fpassthru() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\openemr-dev502\controllers\C_Document.class.php on line 655
- PHP Warning:  C_Document::retrieve_action(): Couldn't fetch mysqli_result in C:\xampp\htdocs\openemr-dev502\controllers\C_Document.class.php on line 655
controllers/C_Document.class.php
library/options.inc.php
library/patient.inc