Changeset 158
- Timestamp:
- 08/17/05 13:30:22 (5 years ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
_install.php (modified) (1 diff)
-
_upgrade.php (modified) (1 diff)
-
admin/plog-admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/_install.php
r150 r158 206 206 `email` varchar(64) NOT NULL default '', 207 207 `url` varchar(64) NOT NULL default '', 208 `date` timestamp(14)NOT NULL,208 `date` datetime NOT NULL, 209 209 `comment` longtext NOT NULL, 210 210 `ip` char(64), -
trunk/_upgrade.php
r148 r158 98 98 99 99 $sql = 'ALTER TABLE '.$TABLE_PREFIX.'comments ADD INDEX approved_idx (`approved`)'; 100 mysql_query($sql); 101 102 // add ip and approved fields to comments table 103 $sql = 'ALTER TABLE '.$TABLE_PREFIX.'comments CHANGE `date` `date` datetime'; 100 104 mysql_query($sql); 101 105 -
trunk/admin/plog-admin-functions.php
r157 r158 573 573 email='$sql_email', 574 574 url='$sql_url', 575 date=NOW(), 575 576 comment='$sql_comment', 576 577 parent_id='$parent_id',
