- Timestamp:
- 2012/06/20 11:57:43 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/helper/SC_Helper_Mobile.php
r21867 r21927 96 96 function lfMobileConvertInputValue(&$value) { 97 97 if (is_array($value)) { 98 foreach ( $value as $key => $val) {98 foreach (array_keys($value) as $key) { 99 99 $this->lfMobileConvertInputValue($value[$key]); 100 100 } … … 126 126 */ 127 127 function lfMobileGetExtSessionId() { 128 if (!preg_match('|^' . ROOT_URLPATH . '(.*)$|', $_SERVER['SCRIPT_NAME'], $matches )) {128 if (!preg_match('|^' . ROOT_URLPATH . '(.*)$|', $_SERVER['SCRIPT_NAME'], $matches = array())) { 129 129 return null; 130 130 }
Note: See TracChangeset
for help on using the changeset viewer.
