Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VMSone
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Designerscripte
VMSone
Commits
fa5bf5cb
Commit
fa5bf5cb
authored
9 years ago
by
Joel Kuder
Browse files
Options
Downloads
Patches
Plain Diff
lowercase refschleifen.php
parent
dbc1cd7b
1 merge request
!1
Dev
This commit is part of merge request
!1
. Comments created here will be created in the context of that merge request.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
adminforce/content/usersystem/RefSchleifen.php
+0
-22
0 additions, 22 deletions
adminforce/content/usersystem/RefSchleifen.php
with
0 additions
and
22 deletions
adminforce/content/usersystem/RefSchleifen.php
deleted
100644 → 0
+
0
−
22
View file @
dbc1cd7b
<?php
head
(
"RefSchleifen-Prüfung"
);
$sql1
=
db_query
(
"SELECT uid,werber FROM vms_werberdaten"
);
$i
=
0
;
while
(
$row
=
mysql_fetch_object
(
$sql1
))
{
$sql2
=
db_query
(
"SELECT * FROM vms_werberdaten WHERE uid = "
.
$row
->
werber
.
" AND werber="
.
$row
->
uid
);
if
(
mysql_num_rows
(
$sql2
)
>=
1
)
{
$i
++
;
echo
'Für die UserId '
.
$row
->
uid
.
' existiert eine RefSchleife (Weber '
.
$row
->
werber
.
')!<br />'
;
}
}
if
(
$i
==
0
)
{
echo
'Es sind keine RefSchleifen vorhanden!'
;
}
foot
();
echo
'<br />'
;
?>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment