diff options
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/search.php b/search.php index 43f878ef9..fbae08c9f 100644 --- a/search.php +++ b/search.php @@ -114,11 +114,6 @@ $vtp->setGlobalVar( $handle, 'back_url', add_session_id( './category.php' ) ); $code = $vtp->Display( $handle, 0 ); echo $code; //------------------------------------------------------------ log informations -pwg_log( 'category', $page['title'] ); +pwg_log( 'search', $page['title'] ); mysql_close(); -$query = 'insert into '.PREFIX_TABLE.'history'; -$query.= '(date,login,IP,page) values'; -$query.= "('".time()."', '".$user['pseudo']."','".$_SERVER['REMOTE_ADDR']."'"; -$query.= ",'search');"; -@mysql_query( $query ); ?>
\ No newline at end of file |