Make WordPress Core


Ignore:
Timestamp:
04/15/2004 05:53:54 AM (22 years ago)
Author:
saxmatt
Message:

quote -1 value in SQL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r1069 r1073  
    107107           " text_after_link  varchar(128) not null default '<br />'," .
    108108           " text_after_all  varchar(128) not null default '</li>',  " .
    109            " list_limit int not null default -1,                     " .
     109           " list_limit int not null default '-1',                     " .
    110110           " PRIMARY KEY (cat_id) ".
    111111           ") ";
Note: See TracChangeset for help on using the changeset viewer.