Changeset 1093


Ignore:
Timestamp:
12/23/09 09:37:04 (2 years ago)
Author:
savin.tiberiu@…
Message:

Added a require_once for common/db/task in the algorithmtags macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/macros/macro_algorithmtags.php

    r1092 r1093  
    33require_once(IA_ROOT_DIR.'common/db/tags.php'); 
    44require_once(IA_ROOT_DIR.'common/db/db.php'); 
     5require_once(IA_ROOT_DIR.'common/db/task.php'); 
    56 
    67// ==AlgorithmTags(task_id="task_id")== 
Note: See TracChangeset for help on using the changeset viewer.