repo.or.cz
/
phpmyadmin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Translated using Weblate (Interlingua)
[phpmyadmin.git]
/
tbl_triggers.php
blob
d96c922b15f284d8c8a59b91f3efec85317f8059
1
<
?php
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
/**
4
* Triggers management.
5
*
6
* @package PhpMyAdmin
7
*/
8
9
require_once
'./db_triggers.php'
;