diff options
Diffstat (limited to 'classes/database/Postgres82.php')
-rw-r--r-- | classes/database/Postgres82.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/database/Postgres82.php b/classes/database/Postgres82.php index 16a8b0b6..346eace6 100644 --- a/classes/database/Postgres82.php +++ b/classes/database/Postgres82.php @@ -239,7 +239,6 @@ class Postgres82 extends Postgres83 { } /* set the comment */ - $this->clean($comment); $status = $this->setComment('FUNCTION', "\"{$funcname}\"({$args})", null, $comment); if ($status != 0) { $this->rollbackTransaction(); |