Changing our coding standards slightly:
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 23 Jan 2008 21:06:33 +0000 (16:06 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 23 Jan 2008 21:06:33 +0000 (16:06 -0500)
commit0aa7148b74de44edaa7b1149ee2cfff63e211e9b
tree68af7712f56fff99d54609d4810f07b2004e1a5a
parentd3490a70e78447d80ddd7af7be7b7f318f22a96f
Changing our coding standards slightly:

- foreach($a AS $b) goes to foreach($a as $b)
- ($a AND $b) goes to ($a && $b)
- ($a OR $b) goes to ($a || $b)
20 files changed:
Api.php
App.php
Functions.php
Input.php
Installer.php
Mail.php
Pagination.php
PrinterBaseElement.php
PrinterElement.php
PrinterRootElementForm.php
PrinterRootElementPage.php
PrinterRootElementTable.php
PrinterTableElement.php
Template.php
UnitTest/ApiTest.php
UnitTest/InputTest.php
docs/makepo.sh.php
docs/tools/create_schema.php
docs/tools/function_finder.php
docs/tools/wordrunner.php