system/dbd/tbl/system_todo_assign.php
rylon c8a9ffcbf3 saimod todo priority, close time, assigne time
Conflicts:

	sai/modules/saimod_sys_todo/tpl/saimod_sys_todo_todo_user.tpl
2015-06-09 03:29:17 +02:00

11 lines
316 B
PHP

<?php
namespace SYSTEM\DBD;
class system_todo_assign {
const NAME_PG = 'system.todo_assign';
const NAME_MYS = 'system_todo_assign';
const FIELD_TODO = 'todo';
const FIELD_USER = 'user';
const FIELD_TIME = 'time';
}