From 611975374e69c069060e7e4aa582d50af884c096 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Tue, 27 Dec 2005 15:27:47 +0000 Subject: [PATCH] nuke tab link ini opts git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@203775 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/output-add-rewrite-var.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/reference/outcontrol/functions/output-add-rewrite-var.xml b/reference/outcontrol/functions/output-add-rewrite-var.xml index 2de6cc43f3..77443f4d1f 100755 --- a/reference/outcontrol/functions/output-add-rewrite-var.xml +++ b/reference/outcontrol/functions/output-add-rewrite-var.xml @@ -1,5 +1,5 @@ - + output_add_rewrite_var @@ -15,16 +15,16 @@ stringvalue - This function adds another name/value pair to the URL rewrite mechanism. + This function adds another name/value pair to the URL rewrite mechanism. The name and value will be added to URLs (as GET parameter) and forms - (as hidden input fields) the same way as the - session ID when transparent URL rewriting is enabled with - session.use_trans_sid. + (as hidden input fields) the same way as the session ID when transparent + URL rewriting is enabled with session.use_trans_sid. - This functions behavior is controled by the url_rewriter.tags - &php.ini; parameter. See the session section - for further details on this setting. + This functions behavior is controled by the url_rewriter.tags &php.ini; + parameter.