Skip to content

Commit

Permalink
Added missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
lexi@crowdleaks.org committed Feb 21, 2011
1 parent 20556ba commit 65ed029
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added images/ui-bg_flat_55_fbec88_40x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion server.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function GetSQL($count)
$responce['records'] = $count;
$i=0;
while($row = mysql_fetch_array($result,MYSQL_ASSOC)) {
$responce['rows'][$i]['Id']=$row['Id'];
$responce['rows'][$i]['Id']=$row['Id'];
$responce['rows'][$i]['cell']=array($row['Id'],htmlspecialchars($row['Subject']),htmlspecialchars($row['SentFrom']),htmlspecialchars($row['SentTo']), $row['EmailDate'], $row['link']);
$i++;
}
Expand Down

0 comments on commit 65ed029

Please sign in to comment.