diff --git a/getEvents.php b/databaseOperations.php similarity index 100% rename from getEvents.php rename to databaseOperations.php diff --git a/export.php b/export.php index 5382e43..0a522f3 100644 --- a/export.php +++ b/export.php @@ -13,7 +13,7 @@ function icaldate($date) return date('Ymd',$dt).'T'. date('His',$dt). 'Z'; } -include_once('getEvents.php'); +include_once('databaseOperations.php'); $db = connect(); $events = getEventsSince($db, strtotime('last monday +'.$weekOffset.' weeks')); diff --git a/index.php b/index.php index 885936f..8b135d1 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@