projects
/
project/devel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9753eaf
)
suppress warning
author
moshe weitzman
Sun, 27 Apr 2008 03:09:16 +0000 (
03:09
+0000)
committer
moshe weitzman
Sun, 27 Apr 2008 03:09:16 +0000 (
03:09
+0000)
devel.module
patch
|
blob
|
blame
|
history
diff --git
a/devel.module
b/devel.module
index
7181d16
..
8498a8b
100644
(file)
--- a/
devel.module
+++ b/
devel.module
@@
-320,7
+320,7
@@
function devel_init() {
// We want to include the class early so that anyone may call krumo() as needed. See http://krumo.sourceforge.net/
has_krumo();
// See http://www.firephp.org/
- include_once drupal_get_path('module', 'devel') .'/fb.php';
+ @include_once drupal_get_path('module', 'devel') .'/fb.php';
}
}
}