~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to route_drafts.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: route_drafts.php 3823 2009-02-10 06:46:03Z glen $
30
31
 
31
 
include_once(dirname(__FILE__) . "/../init.php");
32
 
require_once(APP_INC_PATH . "db_access.php");
33
 
require_once(APP_INC_PATH . "class.routing.php");
 
32
require_once 'init.php';
34
33
 
35
34
$full_message = Misc::getInput();
36
35
$return = Routing::route_drafts($full_message);