|
From: Lo?c C. <lo...@us...> - 2001-04-28 15:59:59
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv16969/chat
Modified Files:
help_popup.php3
Log Message:
'C_SAVE' could be alphabetic
Index: help_popup.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/help_popup.php3,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** help_popup.php3 2001/04/24 11:27:05 1.10
--- help_popup.php3 2001/04/28 15:59:57 1.11
***************
*** 72,76 ****
/**
! * Displays the frame
*
* Uses the 'pmcUrlForStyleSheet()' function from the
--- 72,76 ----
/**
! * Displays the popup
*
* Uses the 'pmcUrlForStyleSheet()' function from the
***************
*** 357,361 ****
</tr>
<?php
! if (C_SAVE != 0)
{
?>
--- 357,361 ----
</tr>
<?php
! if (C_SAVE)
{
?>
|