[Comoblog-commit] modules/mod_pingomatic/install mod_pingomatic.xml,1.2,1.3
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-11-29 09:08:36
|
Update of /cvsroot/comoblog/modules/mod_pingomatic/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25314 Modified Files: mod_pingomatic.xml Log Message: Fix up default for pingomatic so if people enable it but don't configure it they don't get errors during posting Index: mod_pingomatic.xml =================================================================== RCS file: /cvsroot/comoblog/modules/mod_pingomatic/install/mod_pingomatic.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mod_pingomatic.xml 28 Nov 2005 00:01:56 -0000 1.2 +++ mod_pingomatic.xml 29 Nov 2005 09:08:23 -0000 1.3 @@ -17,10 +17,10 @@ <date>2005-04-05</date> <param name="CFG_PINGOMATIC_URL" - description=" the url to ping" + description="The url to ping" type="text" editable="Y" accept_null="N" - value="put url here" + value="" /> </module> |