diff --git a/e107_handlers/db_debug_class.php b/e107_handlers/db_debug_class.php index 95dbd750c..aceaece59 100644 --- a/e107_handlers/db_debug_class.php +++ b/e107_handlers/db_debug_class.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_handlers/db_debug_class.php,v $ -| $Revision: 1.7 $ -| $Date: 2008-05-17 17:18:36 $ +| $Revision: 1.8 $ +| $Date: 2008-07-20 17:08:24 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -75,7 +75,7 @@ class e107_db_debug { $style='debug'; if (!isset($ns)) { - echo "Why did ns go away?
"; + echo "Why did ns go away?
"; $ns = new e107table; } @@ -109,7 +109,7 @@ class e107_db_debug { // Add any desired notes to $aMarkNotes[$nMarks]... e.g. //global $eTimingStart; - //$this->aMarkNotes[$nMarks] .= "verify start: ".$eTimingStart."
"; + //$this->aMarkNotes[$nMarks] .= "verify start: ".$eTimingStart."
"; } @@ -223,7 +223,7 @@ class e107_db_debug { ".$cQuery['query']."\n".$cQuery['error']."\n"; } } - $text .= "\n
\n"; + $text .= "\n
\n"; } // @@ -239,10 +239,10 @@ class e107_db_debug { foreach ($this->aSQLdetails as $idx => $cQuery) { if ($cQuery['ok']) { $text .= "{$idx}  - ".number_format($cQuery['time'] * 1000.0, 4)." ".$cQuery['query'].'
['.$cQuery['marker']." - ".$cQuery['caller']."]\n"; + ".number_format($cQuery['time'] * 1000.0, 4)." ".$cQuery['query'].'
['.$cQuery['marker']." - ".$cQuery['caller']."]\n"; } } - $text .= "\n
\n"; + $text .= "\n
\n"; } @@ -252,7 +252,7 @@ class e107_db_debug { if (E107_DBG_SQLDETAILS) { foreach ($this->aSQLdetails as $idx => $cQuery) { $text .= "\n\n"; - $text .= "\n"; + $text .= "\n"; if (isset($cQuery['explain'])) { $text .= $cQuery['explain']; } @@ -358,7 +358,7 @@ class e107_db_debug { $aSum['DB Time']=number_format($aSum['DB Time']*1000.0, 1); $text .= "\n"; - $text .= "\n
".$idx.") Query: [".$cQuery['marker']." - ".$cQuery['caller']."]
".$cQuery['query']."
".$idx.") Query: [".$cQuery['marker']." - ".$cQuery['caller']."]
".$cQuery['query']."
".implode(" ", $aSum)."  

\n"; + $text .= "\n
\n"; // // Stats by Table @@ -404,7 +404,7 @@ class e107_db_debug { $aSum['%DB Count']=($sql->db_QueryCount()) ? number_format(100.0 * ($aSum['DB Count'] / ($sql->db_QueryCount())), 0) : 0; $aSum['DB Time']=number_format($aSum['DB Time']*1000.0, 1); $text .= "".implode(" ", array_values($aSum))." \n"; - $text .= "\n
\n"; + $text .= "\n
\n"; return $text; } @@ -568,7 +568,7 @@ class e107_db_debug { $text .= "".implode(" ", array_values($curLog))." \n"; } - $text .= "
\n"; + $text .= "
\n"; return $text; } @@ -612,7 +612,7 @@ global $error_handler,$e107_Clean_Exit,$In_e107_Footer,$ADMIN_DIRECTORY; // if (isset($e107_Clean_Exit)) return; // We've now sent a footer... -// echo isset($In_e107_Footer) ? "In footer" : "In startup".'
'; +// echo isset($In_e107_Footer) ? "In footer" : "In startup".'
'; while (ob_get_level() > 0) { ob_end_flush(); diff --git a/e107_handlers/traffic_class_display.php b/e107_handlers/traffic_class_display.php index 1ce990691..be6251bd3 100644 --- a/e107_handlers/traffic_class_display.php +++ b/e107_handlers/traffic_class_display.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_handlers/traffic_class_display.php,v $ -| $Revision: 1.1.1.1 $ -| $Date: 2006-12-02 04:33:58 $ -| $Author: mcfly_e107 $ +| $Revision: 1.2 $ +| $Date: 2008-07-20 17:08:24 $ +| $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -114,7 +114,7 @@ if (!defined('e107_INIT')) { exit; } $cTot = number_format($this->calTime*1000.0,4); $text .=" - Note: These times have been decreased by the calibration offset:
+ Note: These times have been decreased by the calibration offset:
$cal2 usec per call(start,stop); $cal1 usec per call(start). Total adjustment: $cTot msec.\n"; $text .="
\n"; } diff --git a/e107_plugins/forum/newforumposts_menu.php b/e107_plugins/forum/newforumposts_menu.php index 47ca7fbc7..3db2f8cd6 100755 --- a/e107_plugins/forum/newforumposts_menu.php +++ b/e107_plugins/forum/newforumposts_menu.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/forum/newforumposts_menu.php,v $ -| $Revision: 1.5 $ -| $Date: 2007-10-08 21:02:42 $ +| $Revision: 1.6 $ +| $Date: 2008-07-20 17:08:31 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -86,7 +86,7 @@ else if ($menu_pref['newforumposts_title']) { - $text .= " ".$topic."
".$fi['thread_thread']."
".NFP_11." ".$poster."
".$datestamp."

"; + $text .= " ".$topic."
".$fi['thread_thread']."
".NFP_11." ".$poster."
".$datestamp."

"; } else { diff --git a/e107_themes/human_condition/theme.php b/e107_themes/human_condition/theme.php index d013df399..c473a950d 100644 --- a/e107_themes/human_condition/theme.php +++ b/e107_themes/human_condition/theme.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_themes/human_condition/theme.php,v $ -| $Revision: 1.1.1.1 $ -| $Date: 2006-12-02 04:35:48 $ -| $Author: mcfly_e107 $ +| $Revision: 1.2 $ +| $Date: 2008-07-20 17:08:38 $ +| $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -157,7 +157,7 @@ $COMMENTSTYLE = "
{JOINED} -
+
{REPLY} diff --git a/e107_themes/khatru/theme.php b/e107_themes/khatru/theme.php index 42c1f08a6..ad62228eb 100644 --- a/e107_themes/khatru/theme.php +++ b/e107_themes/khatru/theme.php @@ -223,7 +223,7 @@ $COMMENTSTYLE = "
{JOINED} -
+
{REPLY}