(open admin.php)
Find around line 157 (it's under the function GraphicAdmin())
$sql = "SELECT radminarticle,radmintopic,
**AFAIK in VERSION 7.2 thiis nwo at line 240**
Find around line 174
$radminsuper = $row[radminsuper];
**AFAIK in VERSION 7.2 thiis nwo at line 181**
Although there is a second identical entry at line 249.....
$radminarticle = $row[radminarticle];
$radminsuper = $row[radminsuper];
$admlanguage = $row[admlanguage];
Should this be done as well ????
But I am stuck on the admin/modules/authors.php
Find around line 395
$result = sql_query("insert into "
There is NOTHING exactly like this.
Is this now the line 406;
$result = $db->sql_query("insert into ".$prefix."_authors values ('$add_aid', '$add_name', '$add_ur
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum