Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #4382. Checking for broken DB link resources. #232

Merged
merged 0 commits into from May 26, 2012
Merged

Conversation

Srokap
Copy link
Contributor

@Srokap Srokap commented May 17, 2012

Pulled again. This time against branch 1.8

@@ -204,8 +204,16 @@ function get_db_link($dblinktype) {
global $dblink;

if (isset($dblink[$dblinktype])) {
if(!is_resource($dblink[$dblinktype])) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: space like so: if (

@ewinslow
Copy link
Contributor

LGTM after style issue is fixed.

@Srokap Srokap merged commit 65e8fcb into Elgg:1.8 May 26, 2012
@Srokap
Copy link
Contributor Author

Srokap commented May 26, 2012

I've messed up this commit, there's current clean pull request after rebasing: #243

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants