Hi
in the Blocks there is always a function truncate_string(x) ... this function is repeated in every block, with a slight differencer in the function name ...
why not use the function truncate_string() thats found in include/functions.inc.php ? and if you think that files rather big to include in a block, why not
a) put the function itself in a seperate file or
b) put it in include/load.inc-php thats used by every blockfile ?
functions.inc is a require_once by blocks and coppermine module so that function is always used
and the old truncate_stringxxx that was in the blocks was removed and added to function.inc.php so if the function is in your blocks please use the newest version of block-CPG-*
these funxctions are in the blockfiles of RC5 aka cpgnuke 1.21 ...