Changeset 742 for trunk/lib/App.inc.php


Ignore:
Timestamp:
Feb 21, 2021 4:20:55 AM (3 years ago)
Author:
anonymous
Message:

Add urlMergeQuery() function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/App.inc.php

    r740 r742  
    11401140     * @param  mixed  $carry_args       Additional url arguments to carry in the query,
    11411141     *                                  or FALSE to prevent carrying queries. Can be any of the following formats:
    1142      *                                      array('key1', key2', key3')  <-- to save these keys if in the form data.
    1143      *                                      array('key1'=>'value', key2'='value')  <-- to set keys to default values if not present in form data.
     1142     *                                      array('key1', key2', key3')  <-- to save these keys, if they exist in the request data.
     1143     *                                      array('key1'=>'value', key2'='value')  <-- to set keys to default values if not present in request data.
    11441144     *                                      false  <-- To not carry any queries. If URL already has queries those will be retained.
    11451145     *
Note: See TracChangeset for help on using the changeset viewer.