GIT.Harvie.CZ
/
mirrors
/
Kyberia-bloodline.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e22c518
)
Fixed typo in [configure_external_access] event
author
Harvie
<tomas@mudrunka.cz>
Wed, 12 Jan 2011 02:25:39 +0000
(
03:25
+0100)
committer
Harvie
<tomas@mudrunka.cz>
Wed, 12 Jan 2011 02:25:39 +0000
(
03:25
+0100)
wwwroot/inc/eventz/configure_external_access.inc
patch
|
blob
|
blame
|
history
diff --git
a/wwwroot/inc/eventz/configure_external_access.inc
b/wwwroot/inc/eventz/configure_external_access.inc
index 6614ea4c440004cd6568a02fa6b4951c7219a0e0..265d85496faa7716cda080b3382757a8a5dae22c 100644
(file)
--- a/
wwwroot/inc/eventz/configure_external_access.inc
+++ b/
wwwroot/inc/eventz/configure_external_access.inc
@@
-6,7
+6,7
@@
function configure_external_access() {
if (($node['node_permission']=='owner') || ($node['node_permission']=='master')) {
- if ($_POST['node_external_access'] =='yes')
)
+ if ($_POST['node_external_access'] =='yes')
{ $node_external_access = 'yes'; }
else
{ $node_external_access = 'no'; }
This page took
0.162474 seconds
and
4
git commands to generate.