diff options
Diffstat (limited to 'main.php')
-rw-r--r-- | main.php | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -786,5 +786,12 @@ Errors: } return $ocene; } + public function fetchvsasporocila($katera = 0) { + $msgs = null; + foreach($this->fetchsporocilaseznam($katera) as $mesidz) { + $msgs[] = $this->fetchsporocilo($mesidz['id']); + } + return $msgs; + } } ?> |