- Timestamp:
- 2007/10/03 16:46:53 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/db/SC_DB_MasterData.php
r15720 r16248 101 101 $i = 0; 102 102 foreach ($masterData as $key => $val) { 103 $sqlVal = array($columns[0] => $key,104 $columns[1] => $val,103 $sqlVal = array($columns[0] => (string) $key, 104 $columns[1] => (string) $val, 105 105 $columns[2] => (string) $i); 106 106 $this->objQuery->insert($name, $sqlVal);
Note: See TracChangeset
for help on using the changeset viewer.
