Ignore:
Timestamp:
2007/10/19 16:27:45 (16 years ago)
Author:
nanasess
Message:

リファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/db/SC_DB_DBFactory.php

    r15693 r16506  
    3535 
    3636        default: 
     37            return new SC_DB_DBFactory(); 
    3738        } 
    3839    } 
     
    5354                $dsn = DEFAULT_DSN; 
    5455            } else { 
    55                 return; 
     56                return ""; 
    5657            } 
    5758        } 
Note: See TracChangeset for help on using the changeset viewer.