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:
30a8a52
)
db://user vs. db://users fix
author
niekt0
<niekt0@kyberia.cz>
Sun, 12 Jun 2011 17:07:13 +0000
(19:07 +0200)
committer
niekt0
<niekt0@kyberia.cz>
Sun, 12 Jun 2011 17:07:13 +0000
(19:07 +0200)
cron/register.php
patch
|
blob
|
blame
|
history
diff --git
a/cron/register.php
b/cron/register.php
index 9a9c0a837b29866cc8830c55aee1c04fb13efdb8..f1d07ff5c32a9b666bae27c69c48e6ba92f8c019 100755
(executable)
--- a/
cron/register.php
+++ b/
cron/register.php
@@
-44,7
+44,7
@@
while ($set->next()) {
echo $login." registered\n";
$db->update("update nodes set
template_id=7,
- external_link='db://user
s
',
+ external_link='db://user',
node_name='$login'
where node_id=".$set->getString('node_id'));
$mail=$set->getString('email');
This page took
0.122801 seconds
and
4
git commands to generate.