Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/config
In directory usw-pr-cvs1:/tmp/cvs-serv22209/chat/config
Modified Files:
style.css.php3
Log Message:
fixed bugs with code used to download stylesheet
Index: style.css.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/config/style.css.php3,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** style.css.php3 2001/07/05 19:52:46 1.7
--- style.css.php3 2001/12/08 18:33:38 1.8
***************
*** 55,58 ****
--- 55,62 ----
}
}
+ else
+ {
+ $charset = '';
+ }
echo("\n");
|