Typo. Bug 2351.

This commit is contained in:
stronk7
2005-01-08 10:47:00 +00:00
parent 5f09a18471
commit 2ea8fe3e57
+1 -1
View File
@@ -472,7 +472,7 @@
}
$head = $strscale.",".$stractivities.",".$strtype.",".$stroptions;
$table->head = explode(",",$head);
$size = "50%,20$,20%,10%";
$size = "50%,20%,20%,10%";
$table->size = explode(",",$size);
$align = "left,center,center,center";
$table->align = explode(",",$align);