projects
/
living-lab-site.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add video model and controller partially implemented
[living-lab-site.git]
/
application
/
hooks
/
hooks.php
1
<?php
2
3
// TODO delete this if not used
4
function select_language()
5
{
6
$CI =& get_instance();
7
8
//$config->set_item('language', 'romanian');
9
10
$vars = get_defined_vars();
11
print_r($vars);
12
}
13
14
/* End of file catalog.php */
15
/* Location: ./application/controllers/catalog.php */