Looks like the default.js included in 1.7.1 was the wrong version. I've
updated/fixed it and released 1.7.2. Thanks for finding this.
On Fri, 2005-03-25 at 16:09 -0700, Mark Martinez wrote:
> I downloaded and installed phpESP-1.7.1.tar.gz today.
> I was having trouble exporting data on a new installation too.
>
> I looked at CVS and found that the file js/defaults.js has
>
> function exportSubmit(type, f) {
> f.where.value=type;
> f.submit();
> }
>
> but js/defaults.js in my installation was missing this function. I added
> it and export works ok.
>
> did the function go missing for a reason?
>
|