<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/timeeffect/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/timeeffect/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 03 Nov 2018 22:30:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/timeeffect/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#3 register_globals and no navigation fix</title><link>https://sourceforge.net/p/timeeffect/bugs/3/?limit=25#5023</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;further fixes on &lt;a href="https://github.com/rubo77/timeeffect" rel="nofollow"&gt;https://github.com/rubo77/timeeffect&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ruben Barkow</dc:creator><pubDate>Sat, 03 Nov 2018 22:30:31 -0000</pubDate><guid>https://sourceforge.net26cad28dba7227fc4267d28546c4b3e5e9983224</guid></item><item><title>register_globals and no navigation fix</title><link>https://sourceforge.net/p/timeeffect/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;you will get rid of the warning&lt;br /&gt;
"Please set the directive 'register_globals' in your php.ini to 'On'"&lt;/p&gt;
&lt;p&gt;and fix the navigation on the left&lt;/p&gt;
&lt;p&gt;if you edit the very beginning of &lt;br /&gt;
include/aperetiv.inc.php&lt;/p&gt;
&lt;p&gt;&amp;lt;?php&lt;br /&gt;
/* vim: set expandtab shiftwidth=4 softtabstop=4 tabstop=4: */&lt;br /&gt;
/* check whether register_globals is on or not */&lt;br /&gt;
if(!((bool) ini_get('register_globals'))) {&lt;br /&gt;
foreach($_GET as $get_k=&amp;gt;$get_v) $$get_k=$get_v;&lt;br /&gt;
}&lt;br /&gt;
# on new apache installations everything is stored in $_SERVER, so this is the fix for that:&lt;br /&gt;
if (isset($_SERVER)) foreach($_SERVER as $s_k=&amp;gt;$s_v) $$s_k=$s_v;&lt;/p&gt;
&lt;p&gt;@session_name('timeeffect');&lt;br /&gt;
# ....&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ruben Barkow</dc:creator><pubDate>Fri, 22 Aug 2008 12:06:51 -0000</pubDate><guid>https://sourceforge.netcb04380a0228d2f7397c86a7663c6884151fe01a</guid></item><item><title>mktime() expects parameter 1 to be long</title><link>https://sourceforge.net/p/timeeffect/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;if you get this warning:&lt;br /&gt;
PHP Warning:  mktime() expects parameter 1 to be long, string given in /var/www/timeeffect/include/effort.inc.php on line 245&lt;/p&gt;
&lt;p&gt;then edit two lines in &lt;br /&gt;
/include/effort.inc.php:                   &lt;br /&gt;
Line 165 and 166:&lt;br /&gt;
$b_time = mktime($b_hour+1-1, $b_minute, $b_second, $month, $day, $year+1-1);&lt;br /&gt;
$e_time = mktime($e_hour+1-1, $e_minute, $e_second, $month, $day, $year+1-1);&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ruben Barkow</dc:creator><pubDate>Wed, 19 Mar 2008 08:51:48 -0000</pubDate><guid>https://sourceforge.netec615f18195d47d3ba5e00945f177b6c85ac7a2c</guid></item><item><title>"use charged efforts" doesent work</title><link>https://sourceforge.net/p/timeeffect/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;if i start a report and want to use the old already&lt;br /&gt;
charged efforts it doesent work. the "use charged&lt;br /&gt;
efforts:" button has no effect, it still uses only the&lt;br /&gt;
uncharged effords&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ruben Barkow</dc:creator><pubDate>Tue, 25 Jul 2006 08:13:35 -0000</pubDate><guid>https://sourceforge.net3d47068c7f0b7c8f578845d6f34198aacec03f7f</guid></item></channel></rss>