-
bmatzelle committed revision 426 to the PHPMailer SVN repository, changing 2 files.
2007-11-05 01:33:55 UTC in PHPMailer
-
bmatzelle committed revision 162 to the PHPMailer SVN repository, changing 2 files.
2007-11-05 01:33:55 UTC in PHPMailer
-
Cool. Thanks for clearing that up.
2007-04-30 02:24:23 UTC in Nini
-
Thanks!
2007-04-18 02:02:16 UTC in Nini
-
I'm not sure how to tackle this one.
2007-04-18 02:02:03 UTC in Nini
-
Interesting point. I'll take a look.
2007-04-18 02:01:25 UTC in Nini
-
Without first seeing the source code it's difficult to figure out what your problem is.
2007-04-18 02:00:45 UTC in Nini
-
Thanks. I'll create a unit test and check this one out.
2007-04-18 01:59:49 UTC 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.
2007-04-18 01:59:18 UTC in Nini
-
You can check if a section exists. Here's an example:
if (source.Configs["NonExistentSection"] == null) {
doSomething();
}.
2007-04-18 01:58:16 UTC in Nini