Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:modifications:make_public_filter_default [2014/11/20 22:19] swarnat |
en:modifications:make_public_filter_default [2014/11/20 22:24] (current) swarnat |
||
---|---|---|---|
Line 5: | Line 5: | ||
=== File: /modules/CustomView/CustomView.php === | === File: /modules/CustomView/CustomView.php === | ||
- | ** Search ** | + | == Search == |
<code php> | <code php> | ||
Line 19: | Line 19: | ||
</code> | </code> | ||
- | ** Replace with ** | + | == Replace with == |
<code php> | <code php> | ||
Line 29: | Line 29: | ||
$permission = "no"; | $permission = "no"; | ||
- | $permission = "yes"; | + | $permission = "yes"; // This line will be added |
} | } | ||
</code> | </code> |