summaryrefslogtreecommitdiffstats
path: root/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'main.php')
-rw-r--r--main.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/main.php b/main.php
index 5ae6cb2..43c187b 100644
--- a/main.php
+++ b/main.php
@@ -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;
+ }
}
?>