// // ------------------------------------------------------------------------- // // Original Author: Nobse // Author Website : http://www.e-xoops.de // License Type : GPL: See /manual/LICENSES/GPL.txt // ------------------------------------------------------------------------- // include("header.php"); function remindadd() { global $_GET, $db, $bcoosConfig; $tid = $_GET['id']; $month = $_GET['month']; $year = $_GET['year']; $query = $db->query("SELECT * FROM ".$db->prefix("ecal")." WHERE id = $tid"); $row = $db->fetchArray($query); $tagebis = strtotime($row['stamp']) - time(); $tagebis = date("d",$tagebis); $datum = strftime(_EVEDATESHORT,strtotime($row['stamp'])); include(XOOPS_ROOT_PATH."/header.php"); OpenTable(); include ("include/nav.php"); echo "
| "._CAL_DATE."".$datum." | "; echo ""._TITLE.':'." ".$row['subject']." |