[Vtigercrm-commits] [vtiger-commits] r4222 - /vtigercrm/trunk/modules/Calendar/new_calendar.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 16 01:48:10 EST 2006


Author: saraj
Date: Wed Mar 15 23:48:05 2006
New Revision: 4222

Log:
file calendar_share.php has been included for calendar share option

Modified:
    vtigercrm/trunk/modules/Calendar/new_calendar.php

Modified: vtigercrm/trunk/modules/Calendar/new_calendar.php
==============================================================================
--- vtigercrm/trunk/modules/Calendar/new_calendar.php (original)
+++ vtigercrm/trunk/modules/Calendar/new_calendar.php Wed Mar 15 23:48:05 2006
@@ -10,15 +10,7 @@
 
 <body leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>
 
-<? 
-/*
-	include "basicIncludes.php";
-	include "Tabs.php";
-	include "header.php";
-?>
-
-<?
-*/ 
+<?php 
 	$mysel= $_GET['sel'];
 	
 	if ($mysel=="") { include "calendar_dayview.php"; }
@@ -26,6 +18,7 @@
 	if ($mysel=="week") { include "calendar_weekview.php"; }
 	if ($mysel=="month") { include "calendar_monthview.php"; }
 	if ($mysel=="year") { include "yearview.php"; }
+	if ($mysel=="share") { include "calendar_share.php"; }
 
 ?>
 	





More information about the vtigercrm-commits mailing list