Changes between Version 13 and Version 14 of BossaReference
- Timestamp:
- Jul 31, 2008, 2:12:24 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaReference
v13 v14 168 168 }}} 169 169 170 Some utility functions: 170 Utility functions from bossa.inc: 171 {{{ 172 bool bossa_lookup_job(int $instid, object &$job, object &$inst, object &$user) 173 // Given an instance ID, look up the instance, its job, and its user 174 }}} 175 176 Some utility functions from html/inc/util.inc: 171 177 172 178 {{{