Ignore:
Timestamp:
Feb 6, 2007, 2:10:59 AM (17 years ago)
Author:
rvelices
Message:

history: removed some php warnings and reduced some annoying language warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/history.php

    • Property svn:eol-style set to native
    • Property svn:keywords set to Author Date Id Revision
    r1727 r1782  
    66// +-----------------------------------------------------------------------+
    77// | branch        : BSF (Best So Far)
    8 // | file          : $RCSfile$
    9 // | last update   : $Date: 2006-11-29 05:18:11 +0100 (mer, 29 nov 2006) $
    10 // | last modifier : $Author: rvelices $
    11 // | revision      : $Revision: 1620 $
     8// | file          : $Id$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
    1212// +-----------------------------------------------------------------------+
    1313// | This program is free software; you can redistribute it and/or modify  |
     
    206206
    207207  $result = pwg_query($query);
    208   $history_lines = array();
     208  $history_lines = $user_ids = $category_ids = $image_ids = array();
    209209  while ($row = mysql_fetch_array($result))
    210210  {
Note: See TracChangeset for help on using the changeset viewer.