Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: [Fixed]: Typo - double ;; in some *.php files  (Read 29708 times)

0 Members and 1 Guest are viewing this topic.

Makc666

  • Translator
  • Coppermine addict
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 1614
  • Русский (ISO-8859-1) - Russian - Ðóññêèé (Windows)
    • Makc's home page
[Fixed]: Typo - double ;; in some *.php files
« on: April 14, 2008, 07:00:47 pm »

Typo in functions.inc.php - double ;; (on line 2948 for 1.4.18)

Code: [Select]
$str = str_replace(array('&amp;', '&quot;', '&lt;', '&gt;'), array('&', '"', '<', '>'), $str);;
I also made a quick search for ;; in PHP files.
Here is the list:

Line_number:File_name

319:util.php
1170:theme.php
715:exif.php
1711:functions.inc.php
2948:functions.inc.php
1261:themes.inc.php

Also there are some in Greek language, but this one must be looked throw with care...

Line_number:File_name

1178:greek.php
1184:greek.php
1191:greek.php
1192:greek.php
1193:greek.php
1194:greek.php
1195:greek.php
1196:greek.php
1197:greek.php
1198:greek.php
« Last Edit: October 19, 2008, 02:33:34 pm by Joachim Müller »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Typo - double ;; in some *.php files
« Reply #1 on: October 19, 2008, 02:33:19 pm »

Merely a cosmetical issue: double ; at line ends won't hurt. Removed them anyway as per suggestion. Marking thread as fixed.
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.