Skip to content

Commit

Permalink
Merge pull request #557 from nobuhiko/var_dump
Browse files Browse the repository at this point in the history
var_dumpが残っているので削除
  • Loading branch information
chihiro-adachi authored Jun 7, 2022
2 parents 4ee4912 + 2a908f5 commit 87e2693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -808,10 +808,10 @@ function lfCheckDBError($objDBParam)
$arrDsn = getArrayDsn($objDBParam);
// Debugモード指定
$options['debug'] = PEAR_DB_DEBUG;
var_dump($arrDsn);
//var_dump($arrDsn);

$objDB = MDB2::connect($arrDsn, $options);
var_dump($objDB);
//var_dump($objDB);

// 接続成功
if (!PEAR::isError($objDB)) {
Expand Down

0 comments on commit 87e2693

Please sign in to comment.