tcl: Continue line using backslash
1) Make sure there’s no backspace after the backslash !
2) No breaks allowed within function call
This won’t work:
[im_do_row [array get bgcolor] $ctr $curr_owner_id \
$owner_name \
$days \
[array get user_days] \
[array get user_absences] \
$holydays \
$today_date \
[array get user_ab_descr] \
$workflow_key \
]
OpenACS: Watch packages
- AOLServer restart sets back watches
- CVS settings (watch) could lead to additional dirs Base/Baseserv containing a second version of lib files
pgsql
# select project_id from im_projects where parent_id = NULL;
project_id
------------
(0 rows)
# select project_id from im_projects where parent_id IS NULL;
project_id
------------
35116
35417
(2 rows)