You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-06 06:42:37 +03:00
fix formatting
This commit is contained in:
@@ -321,8 +321,8 @@ function check_email($email) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Clean a string, escaping any meta characters that could be
|
* Clean a string, escaping any meta characters that could be
|
||||||
* used to disrupt an SQL string. The method of the escaping is dependent on the underlying DB
|
* used to disrupt an SQL string. The method of the escaping is dependent on the underlying DB
|
||||||
* and MAY NOT be just \' ing. (e.g. sqlite and PgSQL change "it's" to "it''s".
|
* and MAY NOT be just \' ing. (e.g. sqlite and PgSQL change "it's" to "it''s".
|
||||||
*
|
*
|
||||||
* The PDO quote function surrounds what you pass in with quote marks; for legacy reasons we remove these,
|
* The PDO quote function surrounds what you pass in with quote marks; for legacy reasons we remove these,
|
||||||
* but assume the caller will actually add them back in (!).
|
* but assume the caller will actually add them back in (!).
|
||||||
|
Reference in New Issue
Block a user