Brenda Wallace wrote:
> I'm unsure that the code is trying to do at
>  classes/Notice.php:        $notice->whereAdd('now() - created < ' .
> common_config('notice', 'dupelimit'));
> or why dupelimit can become null/emptystring/unset.
> 
> lib/common.php sets it to 60
> 
> (my config.php doesn't set it)
> 
> This feature is new-ish?
> 

That's the new dupe-checking feature that was added on Saturday. It's
looking at the wrong config field - should be 'site' not 'notice'. I've
fixed it in dev/0.7.x.

It might still need adjusting for PostgreSQL - not sure off the top of
my head if it is going to like the mixed data types in that comparison.

Cheers,

Ciaran
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to