Skip to content

Commit

Permalink
upgrade.php: initial attempt at automating the migration of ldap conf…
Browse files Browse the repository at this point in the history
…iguration from sitedetails to the ldap table (hide var_dump stuff)

git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@418 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
Dave Goodwin committed Aug 30, 2012
1 parent 4c325ed commit 41c4dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade.php
Expand Up @@ -181,7 +181,7 @@ function upgrade_2() {

$site_details = db_query_one("SELECT * FROM {$sdtable}");
if(empty($site_details['ldap_host']) || empty($site_details['basedn'])) {
var_dump($site_details);
//var_dump($site_details);
return "No ldap information here to use for migrating";
}
// some empty records may be already here?
Expand Down

0 comments on commit 41c4dd0

Please sign in to comment.