From: James E. F. <jf...@ac...> - 2002-03-22 15:51:26
|
As a note to anyone upgrading to the CVS version from v1.3. If you plan on using the same database (which is fine) you must do the following for the "Section Text" updates to work. Using what ever SQL interface you like, execute the following SQL statement: INSERT INTO question_type VALUES ('100','Section Text','N',''); If you install the CVS version using a new database, the phpESP.sql script will add the necessary row. Enjoy, -James On Fri, 22 Mar 2002, James E. Flemer wrote: > I just committed the patches from Kon to add a "Section > Text" question type. This type is not exactly a "question" > at all, but it lets you insert free form text (html) > anywhere into the survey. I will be updating the code on > the demo site to the latest CVS version soon, so you should > be able to try it out there this afternoon. > > I you would like to use this version, you can find > instructions on how to get the sources from CVS on this > page: http://sourceforge.net/cvs/?group_id=8956 > > I would like to thank Kon for submitting this patch. Your > name is now in the CREDITS file, as are the people who have > sent me translated message files. Keep them coming. > > -James > > On Fri, 22 Mar 2002, Kon Angelopoulos wrote: > > > Hi Guys, > > > > I've managed to patch the CVS version of phpesp with > > the angekpatch-new.diff and everything worked fine. I > > even ran the patch on phpESP-1.3 and although it > > reported "can't find file to patch at input line ." all > > the relevant files were updated And the program worked > > fine. So James go ahead and commit the changes. > > > > Kon > > > > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > |