<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -268,8 +268,10 @@ class WikiParser {
 	
 	function emphasize_off() {
 		$output = &quot;&quot;;
-		foreach ($this-&gt;emphasis as $amount=&gt;$state) {
-			if ($state) $output .= $this-&gt;emphasize($amount);
+		if(count($this-&gt;emphasis) &gt; 0) {
+			foreach ($this-&gt;emphasis as $amount=&gt;$state) {
+				if ($state) $output .= $this-&gt;emphasize($amount);
+			}
 		}
 		
 		return $output;</diff>
      <filename>app/libs/Tools/Extras/WikiParser/WikiParser.php</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,8 @@
  * @author Kl&#233;derson Bueno &lt;klederson@klederson.com&gt;
  * @version 1.0
  */
-ob_start();
+@ob_start();
+@session_start();
 
 ################################
 # System Settings</diff>
      <filename>example_application/config.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bfc2b3f78d460e283f7b3dfc64d5f3dba09e2f76</id>
    </parent>
  </parents>
  <author>
    <name>Klederson Bueno</name>
    <email>klederson@klederson.com</email>
  </author>
  <url>http://github.com/klederson/phpburn/commit/5cfda18866c81142f2f2553c16b6d4bb5c7472c7</url>
  <id>5cfda18866c81142f2f2553c16b6d4bb5c7472c7</id>
  <committed-date>2009-11-03T08:21:45-08:00</committed-date>
  <authored-date>2009-11-03T08:21:45-08:00</authored-date>
  <message>Minor Changes</message>
  <tree>f97e488c3f3f75ae91b92120027de1de1d55956b</tree>
  <committer>
    <name>Klederson Bueno</name>
    <email>klederson@klederson.com</email>
  </committer>
</commit>
