Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1391
 
1446
 
1446
 
administrators.php
_> 142142         if ( $error === false ) {
  143143           $osC_Database->commitTransaction();
  144144 
<> 145 -          return true;
   145+          return 1;
146146         } else {
  147147           $osC_Database->rollbackTransaction();
  148148 
<> 149 -          return false;
   149+          return -1;
150150         }
  151151       } else {
<> 152 -        return -1;
   152+        return -2;
<_ 153153       }
  154154     }
  155155