Issue: sql error on project.php

  1. issueid=312 10-15-2013 08:50 PM
    Junior Member
    Number of reported issues by heugabel: 3
    sql error on project.php

    Beginning at line 699 of /project.php

    Code:
    $projectgroup = $vbulletin->db->query_first("
    	SELECT projectgroupid
    	FROM " . TABLE_PREFIX . "pt_project
    	WHERE projectid = " . $projectid . "
    Error: $projectid must be $project[projectid]

    Code:
    $projectgroup = $vbulletin->db->query_first("
    	SELECT projectgroupid
    	FROM " . TABLE_PREFIX . "pt_project
    	WHERE projectid = " . $project[projectid] . "
Issue Details
Issue Number 312
Project Project Tools
Category Functionality
Status Fixed
Priority 1 - Highest
Affected Version 2.2.1
Fixed Version 2.2.1
Milestone v2.2.1
Users able to reproduce bug 0
Users unable to reproduce bug 0
Assigned Users Pitchoune
Tags (none)




  1. Note:
    This issue contains some replies but it seems you don't have the permission to show them. To see them, you should log in.

    Once logged in, if the administrator decided it, you can still be able to not see replies.
+ Reply