1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-08-09 05:02:44 +03:00

better comment for pacol() parameter

This commit is contained in:
Christian Boltz
2018-04-22 20:09:13 +02:00
parent cd0a718d52
commit 30c61e81b3

View File

@@ -434,7 +434,7 @@ function safesession($param, $default="") {
* @param string PALANG_desc * @param string PALANG_desc
* @param any optional $default * @param any optional $default
* @param array $options optional options * @param array $options optional options
* @param int or $not_in_db - if array, can contain the remaining parameters as associated array * @param int or $not_in_db - if array, can contain the remaining parameters as associated array. Otherwise counts as $not_in_db
* @param ... * @param ...
* @return array for $struct * @return array for $struct
*/ */