-
bmatzelle committed revision 426 to the PHPMailer SVN repository, changing 2 files.
01:33AM UTC on Nov 05 2007 in PHPMailer
-
bmatzelle committed revision 162 to the PHPMailer SVN repository, changing 2 files.
01:33AM UTC on Nov 05 2007 in PHPMailer
-
Cool. Thanks for clearing that up.
02:24AM UTC on Apr 30 2007 in Nini
-
Thanks!
02:02AM UTC on Apr 18 2007 in Nini
-
I'm not sure how to tackle this one.
02:02AM UTC on Apr 18 2007 in Nini
-
Interesting point. I'll take a look.
02:01AM UTC on Apr 18 2007 in Nini
-
Without first seeing the source code it's difficult to figure out what your problem is.
02:00AM UTC on Apr 18 2007 in Nini
-
Thanks. I'll create a unit test and check this one out.
01:59AM UTC on Apr 18 2007 in Nini
-
Off the top of my head I don't know what the problem is here. It might be an issue with the OrderedList class.
01:59AM UTC on Apr 18 2007 in Nini
-
You can check if a section exists. Here's an example:
if (source.Configs["NonExistentSection"] == null) {
doSomething();
}.
01:58AM UTC on Apr 18 2007 in Nini