Changeset 2861


Ignore:
Timestamp:
Nov 11, 2008, 2:39:56 PM (15 years ago)
Author:
plg
Message:

improvement: instead of checking for #history_summary table presence, we
check for #plugins table. Some web hosting provider have removed this table,
causing misleading information to the upgrade script from 1.7.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/upgrade.php

    r2837 r2861  
    200200  $current_release = '1.5.0';
    201201}
    202 else if ( !in_array(PREFIX_TABLE.'history_summary', $tables) )
     202else if ( !in_array(PREFIX_TABLE.'plugins', $tables) )
    203203{
    204204  if (!in_array('auto_login_key', $columns_of[PREFIX_TABLE.'user_infos']))
Note: See TracChangeset for help on using the changeset viewer.