[geeklog-cvs] geeklog: Forgot to fix trackback URLs during site migration

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Apr 12 11:39:26 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/232159071876
changeset: 6929:232159071876
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Apr 12 16:23:31 2009 +0200
description:
Forgot to fix trackback URLs during site migration

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
public_html/admin/install/migrate.php |    2 +-

diffs (12 lines):

diff -r 4aa10bdc1ff6 -r 232159071876 public_html/admin/install/migrate.php
--- a/public_html/admin/install/migrate.php	Sun Apr 12 16:15:38 2009 +0200
+++ b/public_html/admin/install/migrate.php	Sun Apr 12 16:23:31 2009 +0200
@@ -61,7 +61,7 @@
         'stories'           => 'sid, introtext, bodytext, related',
         'storysubmission'   => 'sid, introtext, bodytext',
         'comments'          => 'cid, comment',
-        'trackback'         => 'cid, excerpt',
+        'trackback'         => 'cid, excerpt, url',
         'blocks'            => 'bid, content'
     );
 



More information about the geeklog-cvs mailing list