Changeset 11091


Ignore:
Timestamp:
May 28, 2011, 11:29:24 PM (13 years ago)
Author:
flop25
Message:

default value at installation

File:
1 edited

Legend:

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

    r11086 r11091  
    77INSERT INTO ' . CONFIG_TABLE . ' (param,value,comment)
    88        VALUES
    9         ("imgpreview" , "" , "max-width#max-height");';
     9        ("imgpreview" , "600#600" , "max-width#max-height");';
    1010    pwg_query($q);
    1111
Note: See TracChangeset for help on using the changeset viewer.