Project

General

Profile

« Previous | Next » 

Revision cc3c9807

Added by Andreas Kohlbecker over 10 years ago

refactoring map settings and rendering

View differences:

7.x/modules/cdm_dataportal/cdm_api/cdm_api.module
2120 2120
 * @see http://us3.php.net/manual/en/ref.array.php
2121 2121
 *
2122 2122
 * @param array $array
2123
 * @param array $copy
2123
 * @param array $copy passed by reference
2124 2124
 * @param int $maxdepth
2125 2125
 * @param int $depth
2126
 *
2127
 * @return void
2128 2126
 */
2129 2127
function array_deep_copy(&$array, &$copy, $maxdepth = 50, $depth = 0) {
2130 2128
  if ($depth > $maxdepth) {

Also available in: Unified diff