Changeset 4 for trunk/error_logging.php


Ignore:
Timestamp:
Jul 27, 2016, 11:28:39 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Use table prefix from Database class.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11config.php
         2.buildpath
         3.project
         4.settings
  • trunk/error_logging.php

    r3 r4  
    33include('global.php');
    44
    5 $Database->insert($DB_Prefix.'app_errors', array('time' => $_GET['Čas'], 'message' => $_GET['Text_chyby'], 'exception' => $_GET['Třída_vyjímky'],
     5$Database->insert('app_errors', array('time' => $_GET['Čas'], 'message' => $_GET['Text_chyby'], 'exception' => $_GET['Třída_vyjímky'],
    66'address' => $_GET['Adresa'], 'application' => $_GET['Aplikace'], 'state' => $_GET['Statové informace'],
    77'version' => $_GET['Verze'], 'release_date' => $_GET['Datum_vydání'], 'unit' => $_GET['Jednotka'],
Note: See TracChangeset for help on using the changeset viewer.