Skip to content

Commit

Permalink
adding ix for session source referrral migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
padams committed Jul 5, 2010
1 parent e970422 commit 01de5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/base/updates/005.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function up() {
WHERE
session.referer_id != 0 AND
session.referer_id != '' AND
session.referer_id != null AND
session.referer_id IS NOT null AND
session.source != 'feed' AND
session.source != 'organic-search'"
);
Expand Down

0 comments on commit 01de5e4

Please sign in to comment.