Ignore:
Timestamp:
Apr 14, 2015, 10:20:16 PM (10 years ago)
Author:
chronos
Message:
  • Removed: Spaces on end of line.
  • Modified: Tabs converted to spaces.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Setup/FullInstall.php

    r592 r738  
    99CREATE DEFINER=`centrala`@`localhost` FUNCTION `CompareNetworkPrefix`(Address1 INT(11) UNSIGNED, Address2 INT(11) UNSIGNED, Size INT(11)) RETURNS tinyint(1)
    1010RETURN Address1 & (-1 << (32 - Size)) = Address2 & (-1 << (32 - Size));
    11      
     11
    1212--
    1313-- Struktura tabulky `ChatHistory`
     
    20332033  $Manager->Execute("INSERT INTO `SystemVersion` (`Id`, `Revision`) VALUES
    20342034(1, 495);");
    2035  
     2035
    20362036}
    20372037
Note: See TracChangeset for help on using the changeset viewer.