Ignore:
Timestamp:
Nov 17, 2005 3:00:00 AM (19 years ago)
Author:
scdev
Message:

Tons of little updates and bugfixes. CSS updates to templates and core css files. File upload ability to module_maker. Remade Upload interface to use setParam/getParam.

File:
1 edited

Legend:

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

    r19 r20  
    298298        }
    299299    } else {
    300         // We've come to the last dimention of the array, save the "array" and it's value.
     300        // We've come to the last dimention of the array, save the "array" and its value.
    301301        $args[$prefix] = urlencode($data);
    302302    }
Note: See TracChangeset for help on using the changeset viewer.