Commit: 22286ff138d3826c15bf80c5b06236a3df161e25 Author: Philip Olson <[email protected]> Wed, 23 Jan 2013 16:53:40 -0800 Parents: dc3a9960e822229b518b3c3a267eb63cc6f204d3 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=22286ff138d3826c15bf80c5b06236a3df161e25 Log: Made the All tab the default, not Comments. Changed paths: M www/bug.php Diff: diff --git a/www/bug.php b/www/bug.php index d33b56e..60bb0bd 100644 --- a/www/bug.php +++ b/www/bug.php @@ -1073,7 +1073,7 @@ if ($show_bug_info && is_array($bug_comments) && count($bug_comments) && $bug['s ); if (!isset($_COOKIE['history_tab']) || !isset($history_tabs[$_COOKIE['history_tab']])) { - $active_history_tab = 'type_comment'; + $active_history_tab = 'type_all'; } else { $active_history_tab = $_COOKIE['history_tab']; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
