public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
forgot comment reference

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2824 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Fri Mar 30 21:12:31 -0700 2007
commit  d0dd4c9021d629f7d326f2f1dd723630b84278d9
tree    81e3815451c15a3ddf7effca2ac49bdc7bf54ef5
parent  6f644bee8b9698efd08d71b809f6f426e463df88
...
4
5
6
7
 
8
9
10
...
4
5
6
 
7
8
9
10
0
@@ -4,7 +4,7 @@ class FilterCurrentComments < ActiveRecord::Migration
0
       Comment.find(:all).each do |c|
0
         Comment.update_all ['author = ?, author_url = ?, author_email = ?, author_ip = ?, user_agent = ?, referrer = ?',
0
           CGI::escapeHTML(c.author), CGI::escapeHTML(c.author_url), CGI::escapeHTML(c.author_email), CGI::escapeHTML(c.author_ip),
0
- CGI::escapeHTML(c.user_agent), CGI::escapeHTML(referrer)], ['id = ?', c.id]
0
+ CGI::escapeHTML(c.user_agent), CGI::escapeHTML(c.referrer)], ['id = ?', c.id]
0
       end
0
     end
0
   end

Comments

    No one has commented yet.