Skip to content

Commit

Permalink
Error message syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mattv8 committed Sep 19, 2022
1 parent 114e190 commit d069b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/editattribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
$errno = ldap_errno($ldap);

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

0 comments on commit d069b5a

Please sign in to comment.