~adamzammit/quexs/quexscomplexquota

« back to all changes in this revision

Viewing changes to functions/functions.process.php

  • Committer: Adam Zammit
  • Date: 2014-09-01 02:32:47 UTC
  • mfrom: (388.1.25 quexsbzrtrunk)
  • Revision ID: adam.zammit@acspri.org.au-20140901023247-u402fkrfqcq11ln7
MergedĀ fromĀ Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        $sql = "SELECT `process_id`
77
77
                FROM `process`
78
78
                WHERE `kill` = 1
79
 
                AND `stop` IS NULL
80
79
                AND `process_id` = '$process_id'";
81
80
 
82
81
        $rs = $db->GetRow($sql);