Ignore:
Timestamp:
03/29/10 15:37:29 (2 years ago)
Author:
bogdan2412
Message:

Updated with changes from live.

  • Updated SMF to 1.1.11
  • Added Summify to site and forum
  • Small change to job detail view
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/smf/Sources/ManagePosts.php

    r1017 r1121  
    276276                        'enableEmbeddedFlash' => empty($_POST['enableEmbeddedFlash']) ? '0' : '1', 
    277277                        'enableSpellChecking' => empty($_POST['enableSpellChecking']) ? '0' : '1', 
    278  
    279                         'visual_verification_guest_post' => empty($_POST['visual_verification_guest_post']) ? '0' : '1', 
    280278                        'max_messageLength' => empty($_POST['max_messageLength']) ? '0' : (int) $_POST['max_messageLength'], 
    281279                        'fixLongWords' => empty($_POST['fixLongWords']) ? '0' : (int) $_POST['fixLongWords'], 
Note: See TracChangeset for help on using the changeset viewer.