[Phpfreechat-svn] SF.net SVN: phpfreechat: [1212] trunk/demo/demo2_simple_with_params.php
Status: Beta
Brought to you by:
kerphi
|
From: <ke...@us...> - 2007-11-21 14:23:14
|
Revision: 1212
http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1212&view=rev
Author: kerphi
Date: 2007-11-21 06:23:15 -0800 (Wed, 21 Nov 2007)
Log Message:
-----------
width parameter is no more used
Modified Paths:
--------------
trunk/demo/demo2_simple_with_params.php
Modified: trunk/demo/demo2_simple_with_params.php
===================================================================
--- trunk/demo/demo2_simple_with_params.php 2007-11-11 15:21:12 UTC (rev 1211)
+++ trunk/demo/demo2_simple_with_params.php 2007-11-21 14:23:15 UTC (rev 1212)
@@ -14,7 +14,6 @@
$params["refresh_delay"] = 10000; // chat refresh speed is 10 secondes (10000ms)
$params["max_msg"] = 15; // max message in the history is 15 (message seen when reloading the chat)
$params["height"] = "230px"; // height of chat area is 230px
-$params["width"] = "800px"; // width of chat area is 800px
$params["debug"] = true; // activate debug console
$params["connect_at_startup"] = false;
$params["start_minimized"] = true;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|