Changeset 3874:ab8368569446 for plugins/blogroll/class.dc.blogroll.php
- Timestamp:
- 09/14/18 12:16:17 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
plugins/blogroll/class.dc.blogroll.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/blogroll/class.dc.blogroll.php
r3817 r3874 25 25 } 26 26 27 public function getLinks($params = array())27 public function getLinks($params = []) 28 28 { 29 29 $strReq = 'SELECT link_id, link_title, link_desc, link_href, ' . … … 46 46 } 47 47 48 public function getLangs($params = array())48 public function getLangs($params = []) 49 49 { 50 50 // Use post_lang as an alias of link_lang to be able to use the dcAdminCombos::getLangsCombo() function … … 207 207 public function getLinksHierarchy($rs) 208 208 { 209 $res = array();209 $res = []; 210 210 211 211 foreach ($rs->rows() as $k => $v) {
Note: See TracChangeset
for help on using the changeset viewer.
