Subversion Repositories php_utils

Compare Revisions

Regard whitespace Rev 12 → Rev 13

/trunk/functions_diff.inc.php
80,5 → 80,3
$x = str_replace(' ', ' ', $x);
return $x;
}
 
?>
/trunk/grep_funcs.inc.php
39,5 → 39,3
}
return $ret;
}
 
?>
/trunk/ipresolution.inc.php
101,5 → 101,3
return $ip6;
}
}
 
?>
/trunk/oid_utils.inc.php
3,7 → 3,7
/*
* OID-Utilities for PHP
* Copyright 2011-2021 Daniel Marschall, ViaThinkSoft
* Version 2021-05-21
* Version 2021-09-23
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
/trunk/vtor_get_contents.inc.php
8,5 → 8,3
if ($code != 0) return false;
return implode("\n", $out);
}
 
?>