Call to undefined function GetCurrentUserName()
/data/8/4/8424a20c-c3dd-473e-ac1c-a655b943c5ee/prspravy.sk/web/core/base_class.php (25)
0023: if ($this->myID == - 1){
0024: $dbh = db::getInstance();
0025: $stmt = $sth = $dbh->query("INSERT INTO i_{$this->myName} (createdtime, createduser, modifiedtime, modifieduser) VALUES (" . time() . ", '" . GetCurrentUserName() . "', " . time() . ", '" . GetCurrentUserName() . "')");
0026: $this->myID = $dbh->lastInsertId();
0027: $this->OnCreate();
0028: }
#0 /data/8/4/8424a20c-c3dd-473e-ac1c-a655b943c5ee/prspravy.sk/web/rss/rssexample.php(7): base_class->__construct()
#1 /data/8/4/8424a20c-c3dd-473e-ac1c-a655b943c5ee/prspravy.sk/web/rss/index.php(15): exampleRSS->__construct()
#2 {main}