egroupware/etemplate
Ralf Becker 6387f19cae fixed isset_array using array_key_exists, to return also null values:
eg. $arr = array('x' => null); boetemplate::isset_array($arr,'x') returned false, as isset($arr['x']) === false, now it returns true like array_key_exists('x',$arr)
2007-01-08 15:57:09 +00:00
..
doc fix for bug #87: Infolog - Addressbook categories mixed in 1.2.x 2006-12-04 14:39:22 +00:00
inc fixed isset_array using array_key_exists, to return also null values: 2007-01-08 15:57:09 +00:00
js fix not submitted submit_button 2006-10-13 09:31:00 +00:00
setup pending lang updates, and gallery translations 2006-12-26 22:20:54 +00:00
templates removed not fully working literati template 2006-12-13 11:08:17 +00:00
index.php phpgw --> egw 2005-11-09 20:50:45 +00:00
phpGtk_test.php phpgw --> egw 2005-11-09 20:50:45 +00:00
process_exec.php phpgw --> egw 2005-11-09 20:50:45 +00:00