Search found 1 match

by amitbandgar
17 May 2016, 06:21
Forum: Help
Topic: user_pref_get_language()
Replies: 17
Views: 53954

Hello,
I have been install mantis 1.2.19 on Window 7 pc, I use Xampp server,
1) Relationship_api.php
class BugRelationshipData {
public $id;
public $src_bug_id;
public $src_project_id;
public $dest_bug_id;
public $dest_project_id;
public $type;

2) user_pref_get_language'
$t_lang = user ...