Changeset 181 for branches/1.1dev/lib


Ignore:
Timestamp:
Jun 24, 2006 2:24:22 AM (18 years ago)
Author:
scdev
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/lib/App.inc.php

    r79 r181  
    416416    // If FALSE is a function argument, DO NOT carry the queries.
    417417    $do_carry_queries = true;
     418    $one_time_carry_queries = array();
    418419    if (!is_null($carry_args)) {
    419420        if (is_array($carry_args) && !empty($carry_args)) {
     
    502503    // If FALSE is a function argument, DO NOT carry the queries.
    503504    $do_carry_queries = true;
     505    $one_time_carry_queries = array();
    504506    if (!is_null($carry_args)) {
    505507        if (is_array($carry_args) && !empty($carry_args)) {
Note: See TracChangeset for help on using the changeset viewer.