![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Pear Pear programming, this is a very complex subject as with using pear with php can be a difficult task for some, so lets talk pear. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| cellog Thu May 24 05:08:55 2007 UTC Modified files: /pearweb/include pear-format-html.php Log: actually, NODB is obsolete with cache gone, removing altogether http://cvs.php.net/viewvc.cgi/pearwe...&diff_format=u Index: pearweb/include/pear-format-html.php diff -u pearweb/include/pear-format-html.php:1.213 pearweb/include/pear-format-html.php:1.214 --- pearweb/include/pear-format-html.php:1.213 Thu May 24 04:48:32 2007 +++ pearweb/include/pear-format-html.php Thu May 24 05:08:55 2007 @@ -15,7 +15,7 @@ +----------------------------------------------------------------------+ | Authors: | +----------------------------------------------------------------------+ - $Id: pear-format-html.php,v 1.213 2007/05/24 04:48:32 davidc Exp $ + $Id: pear-format-html.php,v 1.214 2007/05/24 05:08:55 cellog Exp $ */ PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, 'error_handler'); @@ -86,13 +86,8 @@ $SIDEBAR_DATA .= draw_navigation('docu_menu', 'Documentation:'); $SIDEBAR_DATA .= draw_navigation('downloads_menu', 'Downloads:'); $SIDEBAR_DATA .= draw_navigation('proposal_menu', 'Package Proposals:'); - if (!isset($GLOBALS['_NODB'])) { - // if reporting an error, no database access will be performed - include_once 'pear-auth.php'; - init_auth_user(); - } else { - $auth_user = null; - } + include_once 'pear-auth.php'; + init_auth_user(); if (!empty($auth_user)) { if (!empty($auth_user->registered)) { if (auth_check('pear.dev')) { | |||
| Featured Websites | ||||
|
![]() |
| Tags: cvs, include, pearformathtmlphp, pearweb |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cvs: pearweb /include pear-format-html.php | David Coallier | Pear | 0 | 05-27-2007 7:46 PM |
| cvs: pearweb /include pear-format-html.php | Greg Beaver | Pear | 0 | 05-27-2007 7:46 PM |
| cvs: pearweb /include pear-format-html.php | Mark Wiesemann | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pearweb /include pear-format-html.php | David Coallier | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pearweb /include pear-format-html.php | David Coallier | Pear | 0 | 05-20-2007 7:42 PM |
| Featured Websites | ||||
|