AshishJoshi-asj / zfdatagrid

Automatically exported from code.google.com/p/zfdatagrid
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Request for a small code change #177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I was just uploading files to the shared hosting server, and upon running
the Grid I received the following error:

Notice: Undefined variable: options in
/home/infoverb/public_html/PHP_inc/Bvb/Grid/Data.php on line 2770

This, of course, was true and Options were not passed to template.

I figured out how to solve it.

Original 2770:
  $options['userDefined'] = $options;

Request for change:
  $tmp = $options;
  $options['userDefined'] = $tmp;

The hosting server is Linux, PHP 5.2.6, Apache 2.2.9. I do not know why it
works on Win platform, and not there.

I'd like to ask you to make this small change, so I do not have to make
changes before uploading to server.

Original issue reported on code.google.com by vlatko.b...@gmail.com on 18 Feb 2010 at 3:53

GoogleCodeExporter commented 9 years ago
Hi,

Done,

Thanks

Best Regards,
Bento Vilas Boas

Original comment by pao.fre...@gmail.com on 18 Feb 2010 at 5:47

GoogleCodeExporter commented 9 years ago
Thanks, I do not why that is.

Confirmed and Verified.

Original comment by vlatko.b...@gmail.com on 18 Feb 2010 at 5:51

GoogleCodeExporter commented 9 years ago

Original comment by bento.vi...@gmail.com on 3 Mar 2010 at 4:56