Changeset 12526 for branches/dev/data/class/SC_SelectSql.php
- Timestamp:
- 2007/05/10 20:44:33 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/data/class/SC_SelectSql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_SelectSql.php
r12518 r12526 197 197 } 198 198 199 function setWhereOR($where){200 if ($where != "") {201 if( $this->where ) {202 203 $this->where .= " OR " . $where;204 205 } else {206 207 $this->where = "WHERE " . $where;208 }209 }210 }211 212 199 function setOrder($order){ 213 200
Note: See TracChangeset
for help on using the changeset viewer.
