Hi!
Monday, July 23, 2001, 10:10:54 PM, you wrote:
CR> Alex,
CR> Can you tell me where I need to change the string_length in the code to
CR> increase the max number of meta description characters stored in MySQL.
CR> I want to store up to 255 characters of the Meta Description in MySQL so it
CR> can be displayed on the search results page. I've increased the varchar(255)
CR> in MySQL but it looks like I also need to change indexer.c or sql.c to have
CR> the larger value passed to the database. Can you tell me where to change the
CR> default value of 100 characters to a higher number.
Take a look at include/udm_common.h and find string
#define UDM_MAXDESCSIZE 100
and change it to 255
--
Regards, Sergey aka gluke.
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]