Changeset 2011 for branches/1.4/install/install-upgrade.php
- Timestamp:
- 07/01/10 09:20:47 (3 years ago)
- File:
-
- 1 edited
-
branches/1.4/install/install-upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4/install/install-upgrade.php
r2006 r2011 697 697 $h->db->query($h->db->prepare($sql)); 698 698 } 699 700 // Drop token_id column from the tokens table 701 if ($h->db->column_exists('tokens', 'token_id')) { 702 $h->db->query("ALTER TABLE " . DB_PREFIX . "tokens DROP token_id"); 703 } 699 704 700 705 }
Note: See TracChangeset
for help on using the changeset viewer.