major whitespace cleanup - fixed trailng whitespace in new files and admin area
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user