projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e17931
)
add quote to hardban defines
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Fri, 3 Aug 2012 06:57:11 +0000
(08:57 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Fri, 3 Aug 2012 06:57:11 +0000
(08:57 +0200)
web/Obj/hardban.phh
patch
|
blob
|
history
diff --git
a/web/Obj/hardban.phh
b/web/Obj/hardban.phh
index
1dd4b4e
..
c92a722
100644
(file)
--- a/
web/Obj/hardban.phh
+++ b/
web/Obj/hardban.phh
@@
-22,11
+22,11
@@
*
*/
-define(
HBAN_SHM_DIMS_MIN
, 16384);
-define(
HBAN_SHM_DIMS_MAX
, 65536);
-define(
HBAN_SHM_DIMS_DLT
, 16384);
-define(
HBAN_VALID_TIME
, 15);
-define(
HBAN_GARBAGE_TIMEOUT
, 5);
+define(
'HBAN_SHM_DIMS_MIN'
, 16384);
+define(
'HBAN_SHM_DIMS_MAX'
, 65536);
+define(
'HBAN_SHM_DIMS_DLT'
, 16384);
+define(
'HBAN_VALID_TIME'
, 15);
+define(
'HBAN_GARBAGE_TIMEOUT'
, 5);
class Hardban {
var $login;