[Vtigercrm-commits] [vtiger-commits] r10825 - /vtigercrm/branches/5.0.3/modules/Settings/listinventorynotifications.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri May 4 11:19:38 EDT 2007
Author: richie
Date: Fri May 4 09:19:34 2007
New Revision: 10825
Log:
* Fixed the short php tag issue
Modified:
vtigercrm/branches/5.0.3/modules/Settings/listinventorynotifications.php
Modified: vtigercrm/branches/5.0.3/modules/Settings/listinventorynotifications.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Settings/listinventorynotifications.php (original)
+++ vtigercrm/branches/5.0.3/modules/Settings/listinventorynotifications.php Fri May 4 09:19:34 2007
@@ -1,5 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<?
+<?php
/*********************************************************************************
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
@@ -43,3 +42,5 @@
$smarty->display("Settings/InventoryNotifyContents.tpl");
else
$smarty->display("Settings/InventoryNotify.tpl");
+
+?>
More information about the vtigercrm-commits
mailing list