Changeset 743

Show
Ignore:
Timestamp:
01/11/07 08:31:34
Author:
crchemist
Message:

Make static captchas default layer.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneCaptchas/trunk/Extensions/Install.py

    r742 r743  
    3030    Layers = [] 
    3131    Layers += LAYERS 
    32     Layers.append(LAYER_DYNAMIC_CAPTCHAS) 
     32    Layers.append(LAYER_STATIC_CAPTCHAS) 
    3333 
    3434    mtool = getToolByName(self, 'portal_migration')