Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
sc979 committed Nov 13, 2019
1 parent 30be42d commit 7af89d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/install/php/Update-19.04.5.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
try {
// finding the data of contacts linked to an LDAP
$stmt = $this->pearDB->query(
"SELECT contact_id, contact_name, contact_ldap_dn from contact where ar_id is NOT NULL"
"SELECT contact_id, contact_name, contact_ldap_dn FROM contact WHERE ar_id is NOT NULL"
);
while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
// removing the double slashes if needed and saving the corrected data
Expand Down

0 comments on commit 7af89d4

Please sign in to comment.