Skip to content

Commit

Permalink
Bugfix: (typo) psql::quote -> pgsql::quote
Browse files Browse the repository at this point in the history
(cherry picked from commit decfaa5)

close #104
  • Loading branch information
jean1 authored and pdav committed Aug 29, 2013
1 parent 4628bca commit bec177a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/cgi/ifchg
Expand Up @@ -409,7 +409,7 @@ d cgi-register {mode .+} {
# the real user (not the substituted one)
set qlogin [::pgsql::quote [lindex [d euid] 0]]
# equipment name
set qeq [::psql::quote $eq]
set qeq [::pgsql::quote $eq]

set sql {}
foreach i $iface {
Expand Down

0 comments on commit bec177a

Please sign in to comment.