From e16334361c5789cd3a55fd27d3a47819a75c1d35 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sun, 30 Dec 2007 20:16:07 +0000 Subject: [PATCH] functions.inc.php - fixed wrong comment about check_language parameter git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@283 a1433add-5e2c-0410-b055-b7f2511e0802 --- functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.inc.php b/functions.inc.php index 680782d5..2bbc9eb7 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -142,7 +142,7 @@ function _flash_string($type, $string) { // check_language // Action: checks what language the browser uses // Call: check_language -// Parameter: $use_post - set to 1 if $_POST should NOT be read +// Parameter: $use_post - set to 0 if $_POST should NOT be read // function check_language ($use_post = 1) {