dynamic length

This commit is contained in:
Marc Delisle
2001-07-19 18:54:19 +00:00
parent 2b7ce4ea1a
commit 7d5c43d1f4
10 changed files with 44 additions and 14 deletions

View File

@@ -3,6 +3,10 @@
require("./config.inc.php3");
// if they are using an old config.inc.php3
if (!isset($cfgTextareaCols)) $cfgTextareaCols="40";
if (!isset($cfgTextareaRows)) $cfgTextareaRows="7";
if(!defined("__LIB_INC__")){
define("__LIB_INC__", 1);