fixed bug in 3m API (description)

master
Phitherek 2012-09-15 20:06:31 +02:00
parent 075fdc05e7
commit 88d20fb3d9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ $mmmarr = mysql_fetch_array($mmmres);
echo "{{$row['basename']}}\n";
echo "[description]\n";
echo "{$row['desc']}\n";
echo "{$row['description']}\n";
echo "[release]\n";
echo "{$mmmres['rel']}\n";
echo "[deps]\n";