Elimination of message testing

This commit is contained in:
Hector Cortez
2011-02-16 23:20:17 +00:00
parent 0451a4f483
commit 5a53649ee4

View File

@@ -1722,7 +1722,6 @@ class G
*/ */
function SendTemporalMessage($msgID, $strType, $sType='LABEL', $time=null, $width=null, $customLabels= null) function SendTemporalMessage($msgID, $strType, $sType='LABEL', $time=null, $width=null, $customLabels= null)
{ {
echo"Inside Send Temporal Message";
if( isset($width) ){ if( isset($width) ){
$_SESSION['G_MESSAGE_WIDTH'] = $width; $_SESSION['G_MESSAGE_WIDTH'] = $width;
} }