Browse Source

remove some debug output

experimetnal/RETURN_REF_PATCH
Stig Bakken 27 years ago
parent
commit
9bba81c296
  1. 1
      pear/DB.php

1
pear/DB.php

@ -93,7 +93,6 @@ class DB {
// "include" should be replaced with "use" once PHP gets it
$pkgname = 'DB/' . $type;
if (!is_array($USED_PACKAGES) || !$USED_PACKAGES[$pkgname]) {
print "${pkgname}.php\n";
if (!@include($pkgname . '.php')) {
return DB_ERROR_NOT_FOUND;
} else {

Loading…
Cancel
Save