Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwwdillingham <wwdillingham@sugarlabs.org>2009-08-22 17:55:47 (GMT)
committer wwdillingham <wwdillingham@sugarlabs.org>2009-08-22 17:55:47 (GMT)
commit5686bddc1801cd5fa29d1352a07680e7503c64fd (patch)
tree4f29a10e9814fbc63cf3bb551353670420ccd4c0
parentb0759bd5e94a8440a6663ba1b4620f42ff593cb2 (diff)
commentingHEADmaster
-rw-r--r--4.N.10_Parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/4.N.10_Parser.php b/4.N.10_Parser.php
index 593d5e7..310ddca 100644
--- a/4.N.10_Parser.php
+++ b/4.N.10_Parser.php
@@ -11,7 +11,7 @@ Select and use appropriate operations (addition, subtraction, multiplication, an
<?php
$fp = fopen("./4.N.10.dat", "r");
-if(!$fp) die ("Cannot open the file");
+if(!$fp) die ("Cannot open the file"); // end, if cannot open
//Break Each line of the file into its own array element - will have to parse each array element to obtain fields
$lines = file($fp);