<?php
/**
* Copyright (c) 2005-2008 GForge, LLC
*
* @version $Id$
* @author Ruben GutiƩrrez hide@address.com
* @date 2006-03-13
*
* This file is part of GForge.
*
* See LICENSE for details. This file is part of GForge AS and may not be
* redistributed without written permission of GForge, LLC
*/
switch ($action) {
case 'Activity': {
include(dirname(__FILE__).'/Activity.php');
break;
}
default: {
include(dirname(__FILE__).'/Activity.php');
break;
}
}
?>