mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
use backslash n instead of a real new line
This commit is contained in:
parent
1fd413a6d2
commit
2c1a64c782
@ -11,8 +11,7 @@ OC_Util::checkLoggedIn();
|
||||
OC_Util::checkAppEnabled('contacts');
|
||||
$book = isset($_GET['bookid']) ? $_GET['bookid'] : NULL;
|
||||
$contact = isset($_GET['contactid']) ? $_GET['contactid'] : NULL;
|
||||
$nl = '
|
||||
';
|
||||
$nl = "\n";
|
||||
if(isset($book)){
|
||||
$addressbook = OC_Contacts_App::getAddressbook($book);
|
||||
if($addressbook['userid'] != OC_User::getUser()){
|
||||
|
Loading…
x
Reference in New Issue
Block a user