1 Dec 16:22
Re: 2.10.10 initial patches for svn revision 1703
adrian15 <adrian15sgd <at> gmail.com>
2009-12-01 15:22:59 GMT
2009-12-01 15:22:59 GMT
Michiel Dethmers escribió: > I won't reply to all your other emails, but if you can organise them in > mantis, and then send the issues by email, that would be great. There are three emails which I think you can answer here because they are not designed to be handled by mantis. * second subscribe appear when re subscribing patch doubt * unsubscribe reason still asked when disabled bug svn status? * attributes order on subscribe cannot be saved bug svn status? Thank you very much! adrian15 -- -- Support free software. Donate to Super Grub Disk. Apoya el software libre. Dona a Super Grub Disk. http://www.supergrubdisk.org/index.php?pid=10 _______________________________________________ Phplist-developers mailing list Phplist-developers <at> tincan.co.uk http://mail.tincan.co.uk/mailman/listinfo/phplist-developers
Apparently, variable names are case-sensitive and I assumed that applied
to function names too.
Michiel Dethmers wrote:
>
Michiel
On 12/09/2009 12:26 PM, Alberto Granzotto wrote:
> PHPList version: 2.10.10
> PHP version: 5
> Hosting: tophost.it
>
> I had a problem sending a message, after pressing "Process Queue" I had
> a lot of "MySQL server has gone away" errors.
> I have took a look to [b]processqueue.php[/b], the common pattern in
> errors handling is:
> $userids = Sql_query($query);
> if (Sql_Has_Error($database_connection)) {
> ProcessError(Sql_Error($database_connection)); }
>
> More or less:
> * do the query;
> * if some error happens, do ProcessError (which [b]exits[/b] from the
> script).
>
> Sql_Has_Error w/ ProcessError are not used -- as far as I can see, and
> only in the "sending loop" -- in those lines:
>
> 528: $userids = Sql_Query(sprintf('select * from %s where id =
> 0',$tables["user"]));
RSS Feed