Changeset 969
- Timestamp:
- 07/25/08 12:30:27 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/arnoschn/cache/script/extras/xinc-ci_tests.php
r963 r969 55 55 while (count($args) > 0){ 56 56 $arg = array_shift($args); 57 $arg = strtolower($arg); 58 if (in_array($arg,array('postgresql','postgressql','pgsql','pg'))) { 59 $arg = 'postgres'; 60 } 57 61 if (array_key_exists(strtolower($arg),$this->settings['executables'])){ 58 62 $this->target_executables[] = $arg;
