Subversion Repositories eFlore/Applications.cel

Rev

Rev 2388 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2388 Rev 3473
Line 210... Line 210...
210
  //   Creates a PclZip object and set the name of the associated Zip archive
210
  //   Creates a PclZip object and set the name of the associated Zip archive
211
  //   filename.
211
  //   filename.
212
  //   Note that no real action is taken, if the archive does not exist it is not
212
  //   Note that no real action is taken, if the archive does not exist it is not
213
  //   created. Use create() for that.
213
  //   created. Use create() for that.
214
  // --------------------------------------------------------------------------------
214
  // --------------------------------------------------------------------------------
215
  function PclZip($p_zipname)
215
  function __construct($p_zipname)
216
  {
216
  {
Line 217... Line 217...
217
 
217
 
218
    // ----- Tests the zlib
218
    // ----- Tests the zlib
219
    if (!function_exists('gzopen'))
219
    if (!function_exists('gzopen'))