Ignore:
Timestamp:
Apr 5, 2012, 7:08:25 PM (12 years ago)
Author:
flop25
Message:

features added :

  • preload images option
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/imgpreview/maintain.inc.php

    r13919 r13923  
    77INSERT INTO ' . CONFIG_TABLE . ' (param,value,comment)
    88        VALUES
    9         ("imgpreview" , "400#600#true#true" , "max-width#max-height#title#opacity");';
     9        ("imgpreview" , "400#600#true#true#false" , "max-width#max-height#title#opacity#preloadImages");';
    1010    pwg_query($q);
    1111
     
    3131                load_conf_from_db();
    3232
    33                 if (count(explode("#" , $conf['imgpreview']))!=4)
     33                if (count(explode("#" , $conf['imgpreview']))!=5)
    3434                {
    3535                        pwg_query('DELETE FROM '.CONFIG_TABLE.' WHERE param IN (\'imgpreview\')');
Note: See TracChangeset for help on using the changeset viewer.