Changeset 18981


Ignore:
Timestamp:
2010/11/06 19:20:11 (13 years ago)
Author:
fukuda
Message:

使っていない不要なDB定義を削除
(XAMPP環境では、 /data/class/SC_Query.php でインストール時のエラーになる原因?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-D/data/class/SC_Initial.php

    r18815 r18981  
    8686                    DB_TYPE . "://" . DB_USER . ":" . DB_PASSWORD . "@" 
    8787                    . DB_SERVER . ":" .DB_PORT . "/" . DB_NAME); 
    88         } else { 
    89             define("DEFAULT_DSN", "pgsql://nobody:password@localhost:5432/eccubedb"); 
    9088        } 
    9189    } 
Note: See TracChangeset for help on using the changeset viewer.