Changeset 1948
- Timestamp:
- 05/05/08 21:49:24 (7 months ago)
- Files:
-
- trunk/utils/copix/db/CopixDb.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/utils/copix/db/CopixDb.class.php
r1856 r1948 293 293 public function getOption ($pOption){ 294 294 if (isset ($this->_options[$pOption])){ 295 return $ pOption;295 return $this->_options[$pOption]; 296 296 } 297 297 return null;
