Ignore:
Timestamp:
May 6, 2008, 3:04:58 AM (16 years ago)
Author:
rvelices
Message:
  • remove some unnecessary db columns (#history_summary.id, #history.year, month, day and hour)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions.inc.php

    r2313 r2333  
    570570    date,
    571571    time,
    572     year,
    573     month,
    574     day,
    575     hour,
    576572    user_id,
    577573    IP,
     
    586582    CURDATE(),
    587583    CURTIME(),
    588     YEAR( CURDATE() ),
    589     MONTH( CURDATE() ),
    590     DAYOFMONTH( CURDATE() ),
    591     HOUR( CURTIME() ),
    592584    '.$user['id'].',
    593585    \''.$_SERVER['REMOTE_ADDR'].'\',
Note: See TracChangeset for help on using the changeset viewer.