Ignore:
Timestamp:
Jul 11, 2012, 6:44:23 PM (12 years ago)
Author:
mistic100
Message:

-add download link if BatchDownloader is installed
-merge two prefilters
-better support of Stripped

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/include/UserCollection.class.php

    r16591 r16625  
    44class UserCollection
    55{
    6   // private $conf;
    76  private $data;
    87  private $images;
     
    1514  function __construct($col_id, $images=array(), $name=null, $active=false, $public=false)
    1615  {
    17     global $user, $conf;
    18    
    19     // $this->conf = $conf['user_collections'];
     16    global $user;
     17   
    2018    $this->data = array(
    2119      'col_id' => 0,
Note: See TracChangeset for help on using the changeset viewer.