Changeset 1063 for trunk/common
- Timestamp:
- 11/24/09 19:42:51 (2 years ago)
- File:
-
- 1 edited
-
trunk/common/external_libs/simple_html_dom.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/external_libs/simple_html_dom.php
r969 r1063 269 269 // return nth-element or array 270 270 if (is_null($idx)) return $found; 271 else if ($idx<0) $idx = count($found) + $idx;271 else if ($idx<0) $idx = count($found) + $idx; 272 272 return (isset($found[$idx])) ? $found[$idx] : null; 273 273 }
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)