projects
/
mw_actions_logs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78769e4
)
warning install si SGBD != Mysql
mw_actions_logs.0.3
author
dj3c1t
<dj3c1t@free.fr>
Sun, 26 May 2013 15:11:27 +0000
(17:11 +0200)
committer
dj3c1t
<dj3c1t@free.fr>
Sun, 26 May 2013 15:11:27 +0000
(17:11 +0200)
mw_actions_logs.php
patch
|
blob
|
history
diff --git
a/mw_actions_logs.php
b/mw_actions_logs.php
index
a5496fb
..
63aa566
100644
(file)
--- a/
mw_actions_logs.php
+++ b/
mw_actions_logs.php
@@
-26,6
+26,7
@@
}
function install($env){
+ if($env->bdd("sgbd") != "mysql") return "ce plugin necessite le stockage de données Mysql";
$data = $env->data();
$sgbd = $data->sgbd();
try{