Thanks a lot. That didn't handle it for me, but I got some good ideas from that post.
I finally found the problem. In my distribution, a line was un-commented that shouldn't have been. In includes/extra_configures/pricelist.php, the following line was un-commented:
PHP Code:
define('PL_TRUNCATE_DESCRIPTION', '500');
All the rest of the lines in that file were commented out, and the settings were placed in the database, and settable via the admin pages. For some reason, this one line was un-commented. Once I commented it out, the admin setting took over.
I'm good now, thanks.
Bookmarks