Ignore:
Timestamp:
Feb 9, 2009, 6:29:42 PM (16 years ago)
Author:
zork
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • beta/pages/admin_finance.php

    r405 r407  
    4242if (isset($_POST["add"]) AND $lvl > 0)
    4343{
    44   $db -> select_db("wow_web");
     44  $db -> select_db($db_ghsystem);
    4545  $result =  $db -> query("INSERT INTO `dotation` ( `id` , `time` , `money` , `operation` , `description`) VALUES (NULL, '".$_POST["day"]."', '".$_POST["suma"]."', '".$_POST["kategorie"]."' , '".$_POST["popis"]."' );");
    4646  echo "Přidáno !";
Note: See TracChangeset for help on using the changeset viewer.