The location.php file in links module is using: $item_Private = $DatabaseRow[private]; instead of: $item_Private = $DatabaseRow['private'];
Log in to post a comment.