~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to check_reminders.php

  • Committer: Elan Ruusamäe
  • Date: 2009-06-27 15:00:41 UTC
  • Revision ID: glen@delfi.ee-20090627150041-mpb27al56kmprakw
- restructured

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/php
1
2
<?php
2
3
/* vim: set expandtab tabstop=4 shiftwidth=4 encoding=utf-8: */
3
4
// +----------------------------------------------------------------------+
28
29
//
29
30
// @(#) $Id: check_reminders.php 3823 2009-02-10 06:46:03Z glen $
30
31
 
31
 
require_once(dirname(__FILE__) . "/../init.php");
32
 
require_once(APP_INC_PATH . "db_access.php");
33
 
require_once(APP_INC_PATH . "class.lock.php");
34
 
require_once(APP_INC_PATH . "class.reminder.php");
35
 
require_once(APP_INC_PATH . "class.reminder_action.php");
36
 
require_once(APP_INC_PATH . "class.reminder_condition.php");
 
32
require_once 'init.php';
37
33
 
38
34
// if requested, clear the lock
39
35
if (in_array('--fix-lock', $argv)) {