E-ALL Customer Portal
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
Filter activity
156 156 $allFields = $meta->getFieldColumnMapping(); 157 157 $newRow = array(); 158 158 foreach($allFields as $field=>$col){ 159 $newRow[$field] = $row[$field]; 159 $newRow[$field] = isset($row[$field]) ? $row[$field] : ''; changed this line in version 2 of the diff
1241 1241 #line 1240 "e:\workspace\nonadmin\pkg\vtiger\extensions\Webservices\VTQL_parser.php" 1242 1242 #line 82 "e:\workspace\nonadmin\pkg\vtiger\extensions\Webservices\VTQL_parser.y" 1243 1243 function yy_r17(){ 1244 $this->out['where_condition']['column_values'] = isset($this->out['where_condition']['column_values']) ? $this->out['where_condition']['column_values'] : []; changed this line in version 2 of the diff
mentioned in commit 18d2ab58