* * Licensed under the GNU GPL. For full terms see the file COPYING that came * with the Squirrelmail distribution. * */ /** * Various support functions, useful or useless. NB. THEY MUST NOT DEPEND * ELSEWHERE. */ /* Array functions */ function array_del($array, $place) { $newarray = array(); $n=0; for ($i=0; $i