Changeset 2762

Show
Ignore:
Timestamp:
10/18/06 02:45:44 (7 years ago)
Author:
qldrob
Message:

I think that's the last of #999 fixes! vgster, time for you to get into it and see if you can find any more!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/printextensions/page.printextensions.php

    r2052 r2762  
    6868if (isset($gresults)) { 
    6969        foreach ($gresults as $gresult) { 
    70                 $defined = is_array($set_users) ? (in_array($gresult[0], $set_users) ? "(edit)" : "(add)") : "add"; 
    7170    echo "<tr width=250><td>$gresult[1]</td><td width=50 align=right>$gresult[0]</td><td width=100  
    7271align=right>$gresult[2]</td></tr>";