Update of /cvsroot/php-blog/serendipity/include/admin/importers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13561/include/admin/importers
Modified Files:
generic.inc.php wordpress.inc.php
Log Message:
argh! sorry for the big commit of (partly) unchanged files but it did'nt work
otherwise (how did i do that the last time?)
Index: generic.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/importers/generic.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- generic.inc.php 1 Dec 2004 11:00:56 -0000 1.3
+++ generic.inc.php 2 Dec 2004 10:54:56 -0000 1.4
@@ -131,4 +131,4 @@
return 'Serendipity_Import_Generic';
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
Index: wordpress.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/importers/wordpress.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- wordpress.inc.php 30 Nov 2004 10:59:07 -0000 1.4
+++ wordpress.inc.php 2 Dec 2004 10:54:56 -0000 1.5
@@ -246,4 +246,4 @@
return 'Serendipity_Import_WordPress';
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
|