Changeset 44922

Show
Ignore:
Timestamp:
05/08/08 15:20:52 (2 months ago)
Author:
peterwsterling
Message:

fix credit option

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • add-local-avatar/trunk/avatars.php

    r44757 r44922  
    1616                              4.0 - Wavatar, Monster ID and Identicon can be used. 
    1717                              4.1 - Author credit. 
     18                              4.2 - Fix for credit option un-setting. 
    1819      Author URI:       http://www.sterling-adventures.co.uk/ 
    1920*/ 
     
    165166                  'in_posts' => $_POST['in_posts'], 
    166167                  'wavatar' => $_POST['wavatar'], 
    167                   'credit' => $_POST['credit']
     168                  'credit' => ($_POST['credit'] == 'on' ? 'on' : 'off')
    168169                  'default' => $_POST['default'] 
    169170            );