Ignore:
Timestamp:
Sep 11, 2013, 6:44:54 PM (11 years ago)
Author:
mistic100
Message:

new system for shares : password protection, link timeout, management popup + for mails
handle lightbox conflicts
menublock is visible by AMM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/admin/export.php

    r23551 r24421  
    33
    44try {
    5   $UserCollection = new UserCollection($_GET['col_id']);
     5  $collection = new UserCollection($_GET['col_id']);
    66 
    77  $template->assign('COL_ID', $_GET['col_id']);
     
    2020  pwg_set_session_var('uc_export_inactive_fields', $_POST['inactive']);
    2121 
    22   $content = $UserCollection->serialize($_POST['active']);
     22  $content = $collection->serialize($_POST['active']);
    2323  $filename = 'collection_'.$_GET['col_id'].'_'.date('Ymd-Hi').'.csv';
    2424 
Note: See TracChangeset for help on using the changeset viewer.