Changeset 1111 for trunk/www/url.php
- Timestamp:
- 03/19/10 18:29:25 (2 years ago)
- File:
-
- 1 edited
-
trunk/www/url.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/url.php
r1095 r1111 255 255 } 256 256 257 function url_task_edit($task_id ) {257 function url_task_edit($task_id, $action = 'edit') { 258 258 log_assert(is_task_id($task_id)); 259 return url_complex("admin/problema/$task_id"); 260 } 261 262 function url_task_edit_tags($task_id) { 263 log_assert(is_task_id($task_id)); 264 return url_complex("admin/problema/{$task_id}", array( 'action' => 'tag-edit')); 259 return url_complex("problema/$task_id", array('action' => $action)); 265 260 } 266 261
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)