Ignore:
Timestamp:
Sep 26, 2004, 11:24:49 PM (20 years ago)
Author:
gweltas
Message:

-First draft of history display

File:
1 edited

Legend:

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

    r528 r537  
    346346  if ( $conf['log'] )
    347347  {
    348     $query = 'insert into '.PREFIX_TABLE.'history';
     348    $query = 'insert into '.HISTORY_TABLE;
    349349    $query.= ' (date,login,IP,file,category,picture) values';
    350     $query.= " (".time().", '".$user['username']."'";
     350    $query.= " (NOW(), '".$user['username']."'";
    351351    $query.= ",'".$_SERVER['REMOTE_ADDR']."'";
    352352    $query.= ",'".$file."','".$category."','".$picture."');";
Note: See TracChangeset for help on using the changeset viewer.