Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mattv8/service-desk
Browse files Browse the repository at this point in the history
  • Loading branch information
mattv8 committed Sep 19, 2022
2 parents 9280f86 + d069b5a commit 71cae52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions htdocs/editattribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@
$errno = ldap_errno($ldap);

if ( $errno != 0 ) {// If there's an ldap error, stop here.
$result = "Cannot modify attribute (".ldap_error($ldap).")";
<<<<<<< HEAD
$result = "Error: cannot modify attribute (".ldap_error($ldap).")";
=======
$result = "Cannot modify attribute (".ldap_error($ldap).")";
>>>>>>> d069b5a0f5dae55f33e4034b420218a7158f2a0d
} else {
$result = "successfuledit";
}
Expand Down

0 comments on commit 71cae52

Please sign in to comment.