Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; template has a deprecated constructor in /var/www/vhosts/web12.serv01.eipserver.de/httpdocs/einrad.eu/stuff/unicon2012workshops/xtemplate3.php on line 10

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; template_block has a deprecated constructor in /var/www/vhosts/web12.serv01.eipserver.de/httpdocs/einrad.eu/stuff/unicon2012workshops/xtemplate3.php on line 309

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; template_table has a deprecated constructor in /var/www/vhosts/web12.serv01.eipserver.de/httpdocs/einrad.eu/stuff/unicon2012workshops/xtemplate3.php on line 353
{$filename}_lasttime"); shell_exec("wget -q -O $filename " . escapeshellcmd($url)); } return shell_exec("cat $filename"); } } function getWorkshopData() { global $url, $cacheduration; $csv = new parseCSV(); $csv->parse(download($url, $cacheduration)); // sort the list by date function cmp($rowa, $rowb) { $a = date("F dS H:i",strtotime($rowa["Start DateTime"])); $b = date("F dS H:i",strtotime($rowb["Start DateTime"])); if ($a == $b) { return 0; } return ($a < $b) ? -1 : 1; } usort($csv->data,'cmp'); return $csv->data; } ?>
Fatal error: Uncaught Error: Call to undefined function getWorkshopData() in /var/www/vhosts/web12.serv01.eipserver.de/httpdocs/einrad.eu/stuff/unicon2012workshops/index.php:55 Stack trace: #0 {main} thrown in /var/www/vhosts/web12.serv01.eipserver.de/httpdocs/einrad.eu/stuff/unicon2012workshops/index.php on line 55