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


Ignore:
Timestamp:
Feb 1, 2008 1:38:06 AM (16 years ago)
Author:
quinn
Message:

Fixed bug that would cause a logging error.

File:
1 edited

Legend:

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

    r293 r313  
    847847        }
    848848
    849         // For each existing POST value, we create a hidden input to carry it through a form.
     849        // For each existing request value, we create a hidden input to carry it through a form.
    850850        if ($do_carry_queries) {
    851851            // Join the global _carry_queries and local one_time_carry_queries.
Note: See TracChangeset for help on using the changeset viewer.