Update of /cvsroot/phpwebapp/web_app/webobjects/form
In directory sc8-pr-cvs1:/tmp/cvs-serv8227/webobjects/form
Modified Files:
formWebObj.php
Log Message:
WebApp::to_url_path() renamed WebApp::to_url()
Index: formWebObj.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/webobjects/form/formWebObj.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** formWebObj.php 16 Jul 2003 09:27:59 -0000 1.2
--- formWebObj.php 7 Aug 2003 16:12:22 -0000 1.3
***************
*** 7,11 ****
//prepend js code to the content of this template
! $form_url = WebApp::to_url_path(FORM_PATH);
$js_code = "<script language='JavaScript' "
. "src='".$form_url."formWebObj.js'></script>\n";
--- 7,11 ----
//prepend js code to the content of this template
! $form_url = WebApp::to_url(FORM_PATH);
$js_code = "<script language='JavaScript' "
. "src='".$form_url."formWebObj.js'></script>\n";
|