major whitespace cleanup - fixed trailng whitespace in new files and admin area

This commit is contained in:
skodak
2006-09-20 21:00:45 +00:00
parent 6124048972
commit eef868d17d
154 changed files with 2052 additions and 2052 deletions
@@ -29,7 +29,7 @@
class view_table_sql extends XMLDBAction {
/**
/**
* Init method, every subclass will have its own
*/
function init() {
@@ -128,7 +128,7 @@ class view_table_sql extends XMLDBAction {
$this->output = $o;
/// Launch postaction if exists (leave this here!)
if ($this->getPostAction() && $result) {
if ($this->getPostAction() && $result) {
return $this->launch($this->getPostAction());
}