Changeset 537 for trunk/include/functions.inc.php
- Timestamp:
- Sep 26, 2004, 11:24:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions.inc.php
r528 r537 346 346 if ( $conf['log'] ) 347 347 { 348 $query = 'insert into '. PREFIX_TABLE.'history';348 $query = 'insert into '.HISTORY_TABLE; 349 349 $query.= ' (date,login,IP,file,category,picture) values'; 350 $query.= " ( ".time().", '".$user['username']."'";350 $query.= " (NOW(), '".$user['username']."'"; 351 351 $query.= ",'".$_SERVER['REMOTE_ADDR']."'"; 352 352 $query.= ",'".$file."','".$category."','".$picture."');";
Note: See TracChangeset
for help on using the changeset viewer.