Changeset 51

Show
Ignore:
Timestamp:
2007-11-27 12:03:12 (1 year ago)
Author:
tdb01r
Message:
  • Missing closing quote in check_requester_host_table
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/irstats/perl_lib/IRStats/DatabaseInterface/mysql.pm

    r45 r51  
    173173        unless( $self->has_table_column( $table, 'ip' ) ) 
    174174        { 
    175                 $self->do( "ALTER TABLE `$table ADD `ip` CHAR(255), ADD KEY(`ip`,`id`)" ); 
     175                $self->do( "ALTER TABLE `$table` ADD `ip` CHAR(255), ADD KEY(`ip`,`id`)" ); 
    176176        } 
    177177}