Changeset 176 for tags/5.0.4

Show
Ignore:
Timestamp:
2008-12-19 11:30:55 (3 years ago)
Author:
hannes
Message:

same typo as last commit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/5.0.4/includes/input.php

    r173 r176  
    309309} 
    310310$title = $_POST['title']; 
    311 if (check_legal($title]) === FALSE) { 
     311if (check_legal($title) === FALSE) { 
    312312    die($LANG['error_input']); 
    313313}