cvs: php-gtk-web /include shared-manual.inc

[email protected] ("Christian Weiske") Sun, 08 Oct 2006 12:45:17 -0000
Newsgroups php.gtk.webmaster
Message-ID <cvscweiske1160311517@cvsserver>
cweiske		Sun Oct  8 12:45:17 2006 UTC

  Modified files:              
    /php-gtk-web/include	shared-manual.inc 
  Log:
  We need an absolute path for the lookup
  
  
http://cvs.php.net/viewvc.cgi/php-gtk-web/include/shared-manual.inc?r1=1.77&r2=1.78&diff_format=u
Index: php-gtk-web/include/shared-manual.inc
diff -u php-gtk-web/include/shared-manual.inc:1.77 php-gtk-web/include/shared-manual.inc:1.78
--- php-gtk-web/include/shared-manual.inc:1.77	Thu Jul 13 05:44:13 2006
+++ php-gtk-web/include/shared-manual.inc	Sun Oct  8 12:45:17 2006
@@ -38,7 +38,7 @@
 	global $NEXT, $PREV, $UP, $HOME, $TOC;
 	global $SIDEBAR_DATA;
 
-	$SIDEBAR_DATA = '<form method="get" action="manual-lookup.php">';
+	$SIDEBAR_DATA = '<form method="get" action="/manual-lookup.php">';
 	$SIDEBAR_DATA.= '<table border="0" cellpadding="4" cellspacing="0" width="160">';
 
 	if(sizeof($TOC) > 1) {