Merge pull request #965 from annando/master
Only show connectors when not "hide wall" is enabled
This commit is contained in:
commit
01c146414c
2 changed files with 11 additions and 6 deletions
|
@ -504,7 +504,7 @@ function load_database($db) {
|
|||
foreach($arr as $a) {
|
||||
if(strlen(trim($a))) {
|
||||
$r = @$db->q(trim($a));
|
||||
if(! $r) {
|
||||
if(false === $r) {
|
||||
$errors .= t('Errors encountered creating database tables.') . $a . EOL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue