Changeset 70
- Timestamp:
- 06/21/07 09:36:40 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-infocard/pwlib/processing/infocard-post-get-claims.php
r68 r70 625 625 function compareAttributes($a, $b) 626 626 { 627 $a_ns = strncmp($a, "xmlns:", 6);628 $b_ns = strncmp($b, "xmlns:", 6);627 $a_ns = strncmp($a, "xmlns", 5); 628 $b_ns = strncmp($b, "xmlns", 5); 629 629 if ($a_ns != $b_ns){ 630 630 return ($a_ns == false) ? -1 : 1;
