Changeset 11638 for branches/dev/data
- Timestamp:
- 2007/03/09 00:29:49 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/data/class/SC_CustomerList.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_CustomerList.php
r11637 r11638 169 169 170 170 $sql_where = ""; 171 172 171 foreach($this->arrSql['email'] as $val) { 173 172 $val = trim($val); … … 205 204 } 206 205 } 206 207 sfpinrtr($sql_where); 207 208 $this->setWhere($sql_where); 208 209 }
Note: See TracChangeset
for help on using the changeset viewer.
