Ignore:
Timestamp:
06/23/10 08:05:54 (3 years ago)
Author:
nick_ramsay
Message:

[Branch 1.4] Typo NUL -> NULL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4/install/install-upgrade.php

    r2000 r2006  
    694694            $exists = $h->db->column_exists('posts', 'post_title'); 
    695695            if (!$exists) { 
    696                     $sql = "ALTER TABLE " . TABLE_POSTS . " MODIFY post_title text NUL"; 
     696                    $sql = "ALTER TABLE " . TABLE_POSTS . " MODIFY post_title text NULL"; 
    697697                    $h->db->query($h->db->prepare($sql)); 
    698698            } 
Note: See TracChangeset for help on using the changeset viewer.