Index: insert_view.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/insert_view/insert_view.module,v retrieving revision 1.16 diff -u -p -r1.16 insert_view.module --- insert_view.module 26 Jun 2008 16:35:33 -0000 1.16 +++ insert_view.module 26 Feb 2009 02:05:46 -0000 @@ -82,6 +82,7 @@ function insert_view_filter_tips($delta, function _insert_view_substitute_tags($text) { if (preg_match_all("/\[view(_pager)?:([^=\]]+)=?([^=\]]+)?=?([^\]]*)?\]/i", $text, $match)) { + $mtch = $repl = array(); foreach ($match[3] as $key => $value) { // view_pager syntax is deprecated in the D6 version, but leaving in for // now so we don't break people's legacy tags