Ticket #1030: classdcmeta-empty.patch
File classdcmeta-empty.patch, 354 bytes (added by JcDenis, 15 years ago) |
---|
-
class.dc.meta.php
589 589 590 590 $rs = $this->con->select($strReq); 591 591 592 if ($rs->isEmpty()) return array(); 593 592 594 $ids = array(); 593 595 while ($rs->fetch()) { 594 596 $ids[] = $rs->post_id;