You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
(43) |
Apr
(20) |
May
(20) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(20) |
Feb
(28) |
Mar
(28) |
Apr
(1) |
May
(5) |
Jun
(27) |
Jul
(55) |
Aug
(30) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: <nma...@us...> - 2006-03-08 10:31:46
|
Revision: 7 Author: nmarkgraf Date: 2006-03-08 02:31:35 -0800 (Wed, 08 Mar 2006) ViewCVS: http://svn.sourceforge.net/opendocumentphp/?rev=7&view=rev Log Message: ----------- Fixed a typo! Modified Paths: -------------- poc/src/OpenDocumentFactory.php5 Modified: poc/src/OpenDocumentFactory.php5 =================================================================== --- poc/src/OpenDocumentFactory.php5 2006-03-08 09:19:19 UTC (rev 6) +++ poc/src/OpenDocumentFactory.php5 2006-03-08 10:31:35 UTC (rev 7) @@ -11,7 +11,7 @@ */ require_once( "OpenDocumentPackage.php5" ); -require_once( "./OpenDocumentSingle.php5" ); +require_once( "OpenDocumentSingle.php5" ); class OpenDocumentFactory { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Norman \(<no...@se...> - 2006-03-08 10:23:20
|
Test! |
From: Norman M. <no...@se...> - 2006-03-08 10:19:41
|
Test! |