Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
optimized filters example
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny Singh committed Aug 24, 2011
1 parent b6683a2 commit 7b786b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs.md
Expand Up @@ -245,8 +245,8 @@ $db->add_filter("query", function($query) {

return str_replace(

array("accounts", "music"),
array("bob_accounts", "bob_music"),
array("accounts.", "music."),
array("bob_accounts.", "bob_music."),

$query);

Expand Down

0 comments on commit 7b786b8

Please sign in to comment.