egroupware/phpgwapi
Ralf Becker 43553a0226 - depricated return_single($cat_id) in favor of read($cat_id) return not
an array with a single cat, but just the cat
- read($cat_id) and id2name($cat_id,'data') return now data as array
- edit($cat) and add($cat) now serialize data, if it's an array
- return*() have optional parameter to return data as array (default is
  still to return it serialized)
- new constants categories::GLOBAL_APPNAME='phpgw' and
  categories::GLOBAL_ACCOUNT=-1 (the later will change in the next step)
2010-01-30 23:50:51 +00:00
..
cron "Fixed not working async wrapper under SUSE ($_ENV is NOT set)" 2009-06-03 08:27:27 +00:00
doc removed outdated docu 2008-10-15 05:57:00 +00:00
images
inc - depricated return_single($cat_id) in favor of read($cat_id) return not 2010-01-30 23:50:51 +00:00
js re-adding default width of 300px, I missed when updating the class 2010-01-24 02:29:29 +00:00
lang Recover history from rev 28545 2009-12-02 19:10:51 +00:00
ntlm 1. NTLM Single Sign ON 2008-07-16 09:29:13 +00:00
setup Moved phpgwapi lang files 2009-11-28 12:38:57 +00:00
templates Imported latest version of wz_tooltips (5.31) as they no longer need to 2010-01-17 03:20:45 +00:00
templatesSavant2/default Replace <?= with <?php echo 2007-05-13 17:50:52 +00:00
tests
addressbook.php