Code Comments
Programming Forum and web based access to our favorite programming groups.goba Wed Dec 22 17:37:12 2004 EDT Modified files: /phpweb my.php Log: ugh, copypaste typo http://cvs.php.net/diff.php/phpweb/...27&r2=1.28&ty=u Index: phpweb/my.php diff -u phpweb/my.php:1.27 phpweb/my.php:1.28 --- phpweb/my.php:1.27 Wed Dec 22 12:18:10 2004 +++ phpweb/my.php Wed Dec 22 17:37:12 2004 @@ -1,5 +1,5 @@ <?php -// $Id: my.php,v 1.27 2004/12/22 17:18:10 goba Exp $ +// $Id: my.php,v 1.28 2004/12/22 22:37:12 goba Exp $ $_SERVER['BASE_PAGE'] = 'my.php'; include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; @@ -63,7 +63,7 @@ // Save suggestion hiding settings if (isset($_POST['hidesuggest'])) { - myphpnet_urlsearch($_POST['hidesuggest'] ); + myphpnet_hidesuggest($_POST['hidesuggest ']); } myphpnet_save();
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.